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