class TictactoeJ8th::Human

Attributes

token[R]

Public Class Methods

new(token) click to toggle source
# File lib/tictactoe_j8th/human.rb, line 6
def initialize(token)
  @token = token
end