method
skip
skip(type)
public
Hide source
# File lib/rubygems/request_set/lockfile/tokenizer.rb, line 28 def skip type @tokens.shift while not @tokens.empty? and peek.type == type end