Class: Yahtzee::Round

Inherits:
Object
  • Object
show all
Defined in:
lib/round.rb

Instance Method Summary collapse

Constructor Details

#initialize(&block) ⇒ Round

Returns a new instance of Round.



6
7
8
# File 'lib/round.rb', line 6

def initialize(&block)
  block.call
end