Method: DoubleEntry::HourRange#to_s

Defined in:
lib/double_entry/hour_range.rb

#to_sObject



36
37
38
# File 'lib/double_entry/hour_range.rb', line 36

def to_s
  "#{start.hour}:00:00 - #{start.hour}:59:59"
end