class PotOfCoffee::Errors::NegativeNumber
Public Instance Methods
message()
click to toggle source
# File lib/pot_of_coffee/errors.rb, line 9 def message "Sorry: coffee quantity must be greater than 0" end
# File lib/pot_of_coffee/errors.rb, line 9 def message "Sorry: coffee quantity must be greater than 0" end