method
===
v2.1.0 -
Show latest stable
- Class:
ActiveSupport::Duration
===(other)public
No documentation available.
# File activesupport/lib/active_support/duration.rb, line 48
def self.===(other) #:nodoc:
other.is_a?(Duration) rescue super
end