method

prune

prune(n=matched_count)
public

No documentation available.

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