Sha256: d5c3136176ebe88ee1ab7be4ec93ee799f73a1976b73a6c820a1fbd1d0a14e5f
Contents?: true
Size: 351 Bytes
Versions: 83
Compression:
Stored size: 351 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' describe "Symbol#===" do it "returns true when the other is a Symbol" do (Symbol === :ruby).should == true (Symbol === :"ruby").should == true (Symbol === :'ruby').should == true (Symbol === 'ruby').should == false end end # Symbol === :fnord
Version data entries
83 entries across 83 versions & 1 rubygems