Exception: WordMix::AmountError
- Inherits:
-
Exception
- Object
- Exception
- WordMix::AmountError
- Defined in:
- lib/word_mix.rb
Class Method Summary collapse
Class Method Details
.too_small ⇒ Object
5 6 7 |
# File 'lib/word_mix.rb', line 5 def self.too_small puts "Amount should be higher then 1" end |