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