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