Method: ActiveSupport::TimeWithZone#init_with

Defined in:
lib/active_support/time_with_zone.rb

#init_with(coder) ⇒ Object

:nodoc:



184
185
186
# File 'lib/active_support/time_with_zone.rb', line 184

def init_with(coder) # :nodoc:
  initialize(coder["utc"], coder["zone"], coder["time"])
end