Method: Upwords::Game#current_player

Defined in:
lib/upwords/game.rb

#current_playerObject

Player Methods



20
21
22
# File 'lib/upwords/game.rb', line 20

def current_player
  @players.first
end