method

skip

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