method

to_time

v1_9_2_180 - Show latest stable - Class: Date
to_time()
public

No documentation available.

# File lib/date.rb, line 1800
  def to_time() Time.local(year, mon, mday) end