lib/cards_lib.rb in cards_lib-0.2.4 vs lib/cards_lib.rb in cards_lib-0.2.5

- old
+ new

@@ -6,10 +6,10 @@ require "cards_lib/ranker" require "cards_lib/is_set" module CardsLib - # Macro + # Macro # Cards[] # generate Card instances from string # representations of their faces Cards = ->*c{ c.map {|*opts| Card.new(*opts.flatten)} } end