method

to_time

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

No documentation available.

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