Exception: YearsBetween::StartDateAfterEndDateError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/years_between.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



11
12
13
# File 'lib/years_between.rb', line 11

def message
  'start_date cannot be past end_date'
end