instance method
eql?
Ruby on Rails 8.1.2
Since v2.2.3Signature
eql?(other)
Returns true if other is equal to current object.
Parameters
-
otherreq
Source
# File activesupport/lib/active_support/time_with_zone.rb, line 290
def eql?(other)
other.eql?(utc)
end
Defined in activesupport/lib/active_support/time_with_zone.rb line 290
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeWithZone