Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
to_a()
public
Returns all date/time components in an array.
Returns +[year, month, day, hour, min, sec]+.
# File lib/xmlrpc/datetime.rb, line 111
def to_a
[@year, @month, @day, @hour, @min, @sec]
end