Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/casual_support/date/to_hms.rb,
lib/casual_support/date/to_ymd.rb

Instance Method Summary collapse

Instance Method Details

#to_hmsString

Returns “00:00:00”.

Provided for parity with Time#to_hms.

Returns:



11
12
13
# File 'lib/casual_support/date/to_hms.rb', line 11

def to_hms
  "00:00:00"
end