# File lib/racc/grammar.rb, line 1074
    def |(x)
      rule() | x.rule
    end