Method: Tic#wrong_move

Defined in:
lib/ruby-tic-tac-toe.rb

#wrong_moveObject



184
185
186
187
188
# File 'lib/ruby-tic-tac-toe.rb', line 184

def wrong_move
  put_line
  puts " You must choose an empty slot".red
  user_turn
end