instance method
marshal_load
Ruby on Rails 6.1.7.10
Since v2.2.3Signature
marshal_load(variables)
No documentation comment.
Parameters
-
variablesreq
Source
# File activesupport/lib/active_support/time_with_zone.rb, line 513
def marshal_load(variables)
initialize(variables[0].utc, ::Time.find_zone(variables[1]), variables[2].utc)
end
Defined in activesupport/lib/active_support/time_with_zone.rb line 513
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeWithZone