# File rparsec/parsers.rb, line 188
  def initialize(alts, la = 1)
    super(la)
    @alts, @lookahead = alts, la
  end