instance method
eql?
Ruby on Rails 7.2.3
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 275
def eql?(other)
other.eql?(utc)
end
Defined in activesupport/lib/active_support/time_with_zone.rb line 275
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeWithZone