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