acpc_poker_types 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/acpc_poker_types/hand_player.rb +2 -2
- data/lib/acpc_poker_types/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 077e02fa72f0d3b9c45a81861f80ba211120ce02
|
4
|
+
data.tar.gz: 31d32c7e15e10b035bebfde39ad27048833061d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf260e05102c9fc287e082591b15807a8ccdb0390ba820566bb1b3784c1416785385d1c75bbb6d67ce4ae202a53dc3c8136fa96416f407accbae10f5a2f45c07
|
7
|
+
data.tar.gz: e40999ab650b6c063592e1af2f71e2fad9e1f530cbff19daac45e808507c62cfba77f32b0e13629431d89268b684f7dba3f4a5da593849fef4233033b2ecb6dc
|
@@ -90,9 +90,9 @@ class HandPlayer
|
|
90
90
|
# defaults to +nil+.
|
91
91
|
# @return [ChipStack] The largest wager by size this player has made.
|
92
92
|
# Checks only in the specified +round+ or over the entire hand if round is +nil+.
|
93
|
-
def largest_wager_by(round=nil)
|
93
|
+
# def largest_wager_by(round=nil)
|
94
94
|
# @todo
|
95
|
-
end
|
95
|
+
# end
|
96
96
|
|
97
97
|
def append_action!(action, round = @actions.length - 1)
|
98
98
|
raise Inactive if inactive?
|