module Bundler::Plugin
def root
If run in an app, points to local root, in app_config_path
The directory root for all plugin related data
def root @root ||= if SharedHelpers.in_bundle? local_root else global_root end end
def root @root ||= if SharedHelpers.in_bundle? local_root else global_root end end