Method: Card#<

Defined in:
lib/playing_cards/card.rb

#<(another_card) ⇒ Object



17
18
19
# File 'lib/playing_cards/card.rb', line 17

def < another_card
  numberify < another_card.numberify
end