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