# File rparsec/parser.rb, line 286
  def | other
    AltParser.new([self, autobox_parser(other)])
  end