module Bundler::Plugin

def global_root

The global directory root for all plugin related data
def global_root
  Bundler.user_bundle_path("plugin")
end