Class Numeric
In: lib/d_time.rb
Parent: Object
Copyright:Copyright (c) 2004 Nicolas Despres. All rights reserved.
Author:Nicolas Despres <polrop@lrde.epita.fr>.
License:Gnu General Public License.
Revision:$Id: /w/fey/ruby_ex/trunk/core_ex/lib/d_time.rb 21961 2006-02-19T19:47:14.158917Z pouillar $

Methods

second   to_dtime  

Public Instance methods

second()

Alias for to_dtime

[Source]

# File lib/d_time.rb, line 8
  def to_dtime
    DTime.new self
  end

[Validate]