Sha256: 498f85f85ed1636f5ca6255511e544fc53de352c3bb34106521f98a874697462
Contents?: true
Size: 274 Bytes
Versions: 29
Compression:
Stored size: 274 Bytes
Contents
describe "String#intern" do it "returns the symbol corresponding to self" do "Koala".intern.should == :Koala 'cat'.intern.should == :cat '@cat'.intern.should == :@cat 'cat and dog'.intern.should == :"cat and dog" "abc=".intern.should == :abc= end end
Version data entries
29 entries across 29 versions & 1 rubygems