class Uno::Game
Attributes
state[R]
Public Class Methods
new()
click to toggle source
# File lib/cinch-uno/game.rb, line 5 def initialize @state = :waiting_for_players end
# File lib/cinch-uno/game.rb, line 5 def initialize @state = :waiting_for_players end