method

===

===(other)
public

No documentation available.

# File activesupport/lib/active_support/duration.rb, line 69
    def self.===(other) #:nodoc:
      other.is_a?(Duration)
    rescue ::NoMethodError
      false
    end