class Date

Public Instance Methods

to_time(*) click to toggle source
# File lib/ext/date.rb, line 5
def to_time(*)
  ::Time.utc(year, month, day)
end