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