Class: Vira

Inherits:
Player show all
Defined in:
lib/player.rb

Instance Attribute Summary

Attributes inherited from Player

#cards, #nickname

Instance Method Summary collapse

Methods inherited from Player

#delete_card, #display_cards, #display_posible_moves, #initialize, #play, #posible_moves

Constructor Details

This class inherits a constructor from Player

Instance Method Details

#cardObject



49
50
51
# File 'lib/player.rb', line 49

def card
  cards[0]
end