class Date
Public Instance Methods
to_hms()
click to toggle source
Returns “00:00:00”.
Provided for parity with {Time#to_hms}.
@return [String]
# File lib/casual_support/date/to_hms.rb, line 11 def to_hms "00:00:00" end