From: /home/bo/rubypr/codebreaker/lib/codebreaker/console.rb:95 Console#game_process: 91: def game_process 92: if !game.used_attempts.nil? && !game.used_attempts.zero? 93: game_actions 94: else => 95: binding.pry 96: p 'attempts finished' 97: lose 98: new_process 99: end 100: end