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