method
skip
v2_1_10 -
Show latest stable
- Class:
Gem::RequestSet::Lockfile
skip(type)public
No documentation available.
# File lib/rubygems/request_set/lockfile.rb, line 459
def skip type # :nodoc:
get while not @tokens.empty? and peek.first == type
end