class Player

Attributes

token[R]

Public Class Methods

new(token) click to toggle source
# File lib/player.rb, line 7
def initialize(token)
  @token = token
  @@all << self
end