Method: ActiveSupport::TimeZone#init_with

Defined in:
activesupport/lib/active_support/values/time_zone.rb

#init_with(coder) ⇒ Object

:nodoc:

[View source]

562
563
564
# File 'activesupport/lib/active_support/values/time_zone.rb', line 562

def init_with(coder) # :nodoc:
  initialize(coder["name"])
end