Sha256: 937c3ee6f2a99f802c57915c635827d32083ba81b3dea743ef92048f63d152cc
Contents?: true
Size: 324 Bytes
Versions: 52
Compression:
Stored size: 324 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) 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
52 entries across 52 versions & 2 rubygems