Class: EhbrsRubyUtils::Bga::GameStatistics

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs_ruby_utils/bga/game_statistics.rb,
lib/ehbrs_ruby_utils/bga/game_statistics/whatsapp_formatter.rb,
lib/ehbrs_ruby_utils/bga/game_statistics/whatsapp_formatter/player_title.rb,
lib/ehbrs_ruby_utils/bga/game_statistics/whatsapp_formatter/player_content.rb

Defined Under Namespace

Classes: WhatsappFormatter

Instance Method Summary collapse

Instance Method Details

#friendly_tables_countInteger

Returns:

  • (Integer)


12
13
14
# File 'lib/ehbrs_ruby_utils/bga/game_statistics.rb', line 12

def friendly_tables_count
  with_players_tables.count - normal_tables.count
end