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