method
eql?
v4.2.9 -
Show latest stable
- Class:
ActiveSupport::TimeWithZone
eql?(other)public
No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 243
def eql?(other)
other.eql?(utc)
end