Sha256: c2ad091f76d7aba9f37ef168ed8808428809e624b63a2ec81c3a6f65c8227833
Contents?: true
Size: 128 Bytes
Versions: 2
Compression:
Stored size: 128 Bytes
Contents
module CardsLib class Card def initialize(face) @face = face end def face @face end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cards_lib-0.0.2 | lib/cards_lib/card.rb |
cards_lib-0.0.1 | lib/cards_lib/card.rb |