class Racc::Rule

def each_rule(&block)

def each_rule(&block)
  yield self
  @alternatives.each(&block)
end