method

eql?

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