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_date()
public
Return a Date object of the date which represents
self.
The Date object do not contain the time
component (only date).
# File lib/xmlrpc/datetime.rb, line 104
def to_date
Date.new(*to_a[0,3])
end