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