Method: ActiveSupport::TimeWithZone#freeze

Defined in:
lib/active_support/time_with_zone.rb

#freezeObject



519
520
521
522
523
# File 'lib/active_support/time_with_zone.rb', line 519

def freeze
  # preload instance variables before freezing
  period; utc; time; to_datetime; to_time
  super
end