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

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
    
 
    
    
