method
marshal_dump
v3.2.1 -
Show latest stable
- Class:
ActiveSupport::TimeWithZone
marshal_dump()public
No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 311
def marshal_dump
[utc, time_zone.name, time]
end