method

prune

v1_9_2_180 - Show latest stable - Class: Scanf::FormatString
prune(n=matched_count)
public

No documentation available.

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