# File scanf.rb, line 235
    def prune(n=matched_count)
      n.times { @specs.shift }
    end