Flowdock
method

year=

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