method
marshal_load
v4.2.1 -
Show latest stable
- Class:
ActiveSupport::TimeWithZone
marshal_load(variables)public
No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 348
def marshal_load(variables)
initialize(variables[0].utc, ::Time.find_zone(variables[1]), variables[2].utc)
end