class Yahtzee::Round

Public Class Methods

new(&block) click to toggle source
# File lib/round.rb, line 6
def initialize(&block)
  block.call
end