method
    
    ===
 
  ===(other)
  public
  
    Hide source    
    
      
  
# File activesupport/lib/active_support/duration.rb, line 149 def ===(other) # :nodoc: other.is_a?(Duration) rescue ::NoMethodError false end

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