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