# File lib/bundler/spec_set.rb, line 58
    def [](key)
      key = key.name if key.respond_to?(:name)
      lookup[key].reverse
    end