Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/ext/date.rb
Instance Method Summary collapse
Instance Method Details
#to_time ⇒ Object
5 6 7 |
# File 'lib/ext/date.rb', line 5 def to_time(*) ::Time.utc(year, month, day) end |