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