global

def path

def path
  path = base_path
  path = File.join(path, Bundler.ruby_scope) unless use_system_gems?
  path
end