Method: Codebreaker::Console#you_loose
- Defined in:
- lib/codebreaker_gem/codebreaker.rb
#you_loose ⇒ Object
41 42 43 44 |
# File 'lib/codebreaker_gem/codebreaker.rb', line 41 def you_loose puts 'You loose :(' new_game if want_more? end |