Flowdock
method

new

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: DateTime
new(year, month, day, hour, min, sec) 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 108
  def initialize(year, month, day, hour, min, sec)
    self.year, self.month, self.day = year, month, day
    self.hour, self.min, self.sec   = hour, min, sec
  end
Register or log in to add new notes.