Flowdock
method

day=

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: DateTime
day=(value) 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 84
  def day= (value)
    raise ArgumentError, "date/time out of range" unless (1..31).include? value
    @day = value
  end
Register or log in to add new notes.