class Raykit::Git::Repositories

def remove(url)

def remove(url)
  if include?(url)
    delete(url)
    save(@filename)
  end
end