Exception: WordMix::AmountError

Inherits:
Exception
  • Object
show all
Defined in:
lib/word_mix.rb

Class Method Summary collapse

Class Method Details

.too_smallObject



5
6
7
# File 'lib/word_mix.rb', line 5

def self.too_small
  puts "Amount should be higher then 1"
end