= private = protected
eql?(other)
Returns true if other is equal to current object.
# File activesupport/lib/active_support/time_with_zone.rb, line 254 def eql?(other) other.eql?(utc) end