Method: Date#to_hms
- Defined in:
- lib/casual_support/date/to_hms.rb
#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 |