instance method
to_a
Ruby on Rails 3.2.22.5
Since v2.2.3Signature
to_a()
No documentation comment.
Source
# File activesupport/lib/active_support/time_with_zone.rb, line 277
def to_a
[time.sec, time.min, time.hour, time.day, time.mon, time.year, time.wday, time.yday, dst?, zone]
end
Defined in activesupport/lib/active_support/time_with_zone.rb line 277
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TimeWithZone