global

def path

def path
  path = base_path
  path = File.join(path, Bundler.ruby_scope) if append_ruby_scope && !use_system_gems?
  path
end