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