method
prune
v1_8_7_72 -
Show latest stable
- Class:
Scanf::FormatString
prune(n=matched_count)public
No documentation available.
# File lib/scanf.rb, line 527
def prune(n=matched_count)
n.times { @specs.shift }
end prune(n=matched_count)No documentation available.
# File lib/scanf.rb, line 527
def prune(n=matched_count)
n.times { @specs.shift }
end