Class: Vira
Instance Attribute Summary
Attributes inherited from Player
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
#card ⇒ Object
49 50 51 |
# File 'lib/player.rb', line 49 def card cards[0] end |