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