Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/casual_support/date/to_hms.rb,
lib/casual_support/date/to_ymd.rb
Instance Method Summary collapse
-
#to_hms ⇒ String
Returns “00:00:00”.
Instance Method Details
#to_hms ⇒ String
Returns “00:00:00”.
Provided for parity with Time#to_hms.
11 12 13 |
# File 'lib/casual_support/date/to_hms.rb', line 11 def to_hms "00:00:00" end |