Method: Racc::Sym#|

Defined in:
lib/racc/grammar.rb

#|(x) ⇒ Object



1072
1073
1074
# File 'lib/racc/grammar.rb', line 1072

def |(x)
  rule() | x.rule
end