class Blackjack::Hand::DealerHand
Public Instance Methods
open_last_card()
click to toggle source
# File lib/blackjack/hand/dealer_hand.rb, line 4 def open_last_card @cards.last.open self end
# File lib/blackjack/hand/dealer_hand.rb, line 4 def open_last_card @cards.last.open self end