Class: Dealer
- Inherits:
-
Object
- Object
- Dealer
- Defined in:
- lib/mblackjack/dealer.rb
Instance Attribute Summary collapse
-
#dealer_hand ⇒ Object
Returns the value of attribute dealer_hand.
Instance Method Summary collapse
-
#initialize ⇒ Dealer
constructor
A new instance of Dealer.
Constructor Details
Instance Attribute Details
#dealer_hand ⇒ Object
Returns the value of attribute dealer_hand.
2 3 4 |
# File 'lib/mblackjack/dealer.rb', line 2 def dealer_hand @dealer_hand end |