module Bundler::Plugin

def index

The index object used to store the details about the plugin
def index
  @index ||= Index.new
end