Class: ActiveSupport::TimeZone

Inherits:
Object
  • Object
show all
Defined in:
lib/greenwich/time_zone.rb,
lib/greenwich/extensions/time_zone.rb

Instance Method Summary collapse

Instance Method Details

#freezeObject



3
4
5
6
# File 'lib/greenwich/extensions/time_zone.rb', line 3

def freeze
  tzinfo; utc_offset;
  super
end

#to_sObject



3
4
5
# File 'lib/greenwich/time_zone.rb', line 3

def to_s
  name
end