Flowdock
method

to_date

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: DateTime
to_date() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/xmlrpc/datetime.rb, line 121
  def to_date
    Date.new(*to_a[0,3])
  end
Register or log in to add new notes.