Flowdock
method

hour=

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