Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
unget()
public
Ungets the last token retrieved by #get
# File lib/rubygems/request_set/lockfile.rb, line 634
def unget # :nodoc:
@tokens.unshift @current_token
end