method
    
    eql?
 
  eql?(other)
  public
  
    Hide source    
    
      
  
# File activesupport/lib/active_support/time_with_zone.rb, line 238 def eql?(other) other.eql?(utc) end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
   
    
 
   
   = protected
 = protected
  