# File lib/kwalify/parser/base.rb, line 62
  def peep(n=1)
    return @scanner.peep(n)
  end