instance method
marshal_dump
Ruby on Rails 7.2.3
Since v2.2.3Signature
marshal_dump()
No documentation comment.
Source
# File activesupport/lib/active_support/time_with_zone.rb, line 519
def marshal_dump
[utc, time_zone.name, time]
end
Defined in activesupport/lib/active_support/time_with_zone.rb line 519
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeWithZone