# File rparsec/parsers.rb, line 112
  def visible(ctxt, n)
    ctxt.index - n < @lookahead
  end