class TictactoeTracypholmes::Player
Attributes
token[R]
Public Class Methods
new(token)
click to toggle source
# File lib/tictactoe_tracypholmes/player.rb, line 5 def initialize(token) @token = token end