Method: ActiveSupport::TimeZone#init_with
- Defined in:
- activesupport/lib/active_support/values/time_zone.rb
permalink #init_with(coder) ⇒ Object
:nodoc:
562 563 564 |
# File 'activesupport/lib/active_support/values/time_zone.rb', line 562 def init_with(coder) # :nodoc: initialize(coder["name"]) end |