class LicenseFinder::Decisions

def resolve_inheritance(filepath_info)

def resolve_inheritance(filepath_info)
  if (gem_name = filepath_info['gem'])
    Pathname(gem_config_path(gem_name, filepath_info['path'])).read
  else
    open_uri(filepath_info['url'], filepath_info['authorization']).read
  end
end