Sha256: 467bfe674f4b053a8ea8cc9781112fa141393bae53f93edf90cd8ed6563dfe49
Contents?: true
Size: 367 Bytes
Versions: 3
Compression:
Stored size: 367 Bytes
Contents
module CardsLib module Standard PLAYING_CARDS = [ 'cA','c2','c3','c4','c5','c6','c7','c8','c9','cT','cJ','cQ','cK', 'dA','d2','d3','d4','d5','d6','d7','d8','d9','dT','dJ','dQ','dK', 'hA','h2','h3','h4','h5','h6','h7','h8','h9','hT','hJ','hQ','hK', 'sA','s2','s3','s4','s5','s6','s7','s8','s9','sT','sJ','sQ','sK' ] end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cards_lib-0.0.3 | lib/cards_lib/standard.rb |
cards_lib-0.0.2 | lib/cards_lib/standard.rb |
cards_lib-0.0.1 | lib/cards_lib/standard.rb |