method
eql?
v4.1.8 -
Show latest stable
- Class:
ActiveSupport::Duration
eql?(other)public
No documentation available.
# File activesupport/lib/active_support/duration.rb, line 52
def eql?(other)
other.is_a?(Duration) && self == other
end