method
init_with
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::TimeWithZone
init_with(coder)public
No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 175
def init_with(coder) #:nodoc:
initialize(coder["utc"], coder["zone"], coder["time"])
end