Sha256: 3455aeb5d7409fb0dd407a5adda880542ee47335ee2fc344e27fed989d75c2b8
Contents?: true
Size: 325 Bytes
Versions: 135
Compression:
Stored size: 325 Bytes
Contents
describe :symbol_id2name, :shared => true do it "returns the string corresponding to self" do :rubinius.send(@method).should == "rubinius" :squash.send(@method).should == "squash" :[].send(@method).should == "[]" :@ruby.send(@method).should == "@ruby" :@@ruby.send(@method).should == "@@ruby" end end
Version data entries
135 entries across 135 versions & 2 rubygems