Estou executando o código com as alterações que o professor criou e recebo seguinte erro:
Let's start the game, Michel
Just picking a number between 0 and 100...
Picked... What about guessing our secret number today?
Traceback (most recent call last):
3: from my_game_back.rb:51:in `<main>'
2: from my_game_back.rb:51:in `each'
1: from my_game_back.rb:53:in `block in <main>'
my_game_back.rb:16:in `pede_um_numero': wrong number of arguments (given 3, expected 2) (ArgumentError)
Sei o erro ta na linha 16 mas não consigo remover o erro. Já tirei o argumento mas não resolveu. :(