Method: Tundengine::Player::InRound#summary

Defined in:
lib/tundengine/player/in_round.rb

#summaryObject



61
62
63
64
65
66
67
# File 'lib/tundengine/player/in_round.rb', line 61

def summary
  {
    name: name,
    hand: hand.map(&:to_s),
    baza: @baza.map(&:to_s)
  }
end