method
init_with
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::TimeZone
init_with(coder)public
No documentation available.
# File activesupport/lib/active_support/values/time_zone.rb, line 531
def init_with(coder) #:nodoc:
initialize(coder["name"])
end