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