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