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