method
===
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::Duration
===(other)public
No documentation available.
# File activesupport/lib/active_support/duration.rb, line 143
def ===(other) #:nodoc:
other.is_a?(Duration)
rescue ::NoMethodError
false
end