method

init_with

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