class TictactoeTracypholmes::Players::Human
Attributes
input[RW]
move method
Public Instance Methods
move(board)
click to toggle source
# File lib/tictactoe_tracypholmes/players/human.rb, line 10 def move(board) puts 'Please make a move by entering a number from 1 - 9.' gets.chomp end