Sha256: 23a204347774c52e765eaf195211f7f94536a1913972d697413a5c5e02ba97f5

Contents?: true

Size: 637 Bytes

Versions: 5

Compression:

Stored size: 637 Bytes

Contents

module HandConstants
  HAND_INFORMATION_KEYS = [:session_filename, :starting_at, :name, :description, :sb, :bb, :board, :total_pot, :rake, :played_at, :tournament]

  HAND_RECORD_INCOMPLETE_MESSAGE = "hand record is incomplete"
  PLAYER_RECORDS_NO_PLAYER_REGISTERED = "no players have been registered"
  PLAYER_RECORDS_DUPLICATE_PLAYER_NAME = "player screen_name has been registered twice"
  PLAYER_RECORDS_NO_BUTTON_REGISTERED = "no button has been registered"
  PLAYER_RECORDS_UNREGISTERED_PLAYER = "player has not been registered"
  PLAYER_RECORDS_OUT_OF_BALANCE = "hand record is out of balance"                

  MAX_SEATS = 12
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wizardwerdna-pokerstats-0.4.0 lib/pokerstats/hand_constants.rb
wizardwerdna-pokerstats-0.5.0 lib/pokerstats/hand_constants.rb
wizardwerdna-pokerstats-0.6.0 lib/pokerstats/hand_constants.rb
wizardwerdna-pokerstats-0.7.0 lib/pokerstats/hand_constants.rb
wizardwerdna-pokerstats-0.8.0 lib/pokerstats/hand_constants.rb