method
    
    eql?
 
  eql?(o)
  public
  
    Hide source    
    
      
  
# File lib/set.rb, line 330 def eql?(o) # :nodoc: return false unless o.is_a?(Set) @hash.eql?(o.instance_eval{@hash}) end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
   
    
     
    
    
