method
freeze
v4.2.9 -
Show latest stable
- Class:
ActiveSupport::TimeWithZone
freeze()public
No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 351
def freeze
# preload instance variables before freezing
period; utc; time; to_datetime; to_time
super
end