global

def use_system_gems?

def use_system_gems?
  return true if system_path
  return false if explicit_path
  !default_install_uses_path
end