Method: ActiveSupport::TimeWithZone#freeze

Defined in:
activesupport/lib/active_support/time_with_zone.rb

#freezeObject



513
514
515
516
517
# File 'activesupport/lib/active_support/time_with_zone.rb', line 513

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