Method: ActiveSupport::TimeWithZone#marshal_dump
- Defined in:
- lib/active_support/time_with_zone.rb
#marshal_dump ⇒ Object
525 526 527 |
# File 'lib/active_support/time_with_zone.rb', line 525 def marshal_dump [utc, time_zone.name, time] end |