peek()
Peeks at the next token for Lockfile
# File lib/rubygems/request_set/lockfile.rb, line 508 def peek # :nodoc: @tokens.first || [:EOF] end