# File lib/bundler/index.rb, line 29
    def empty?
      each { return false }
      true
    end