class Net::Openvpn::ClientConfig

def remove

def remove
  return true if !File.exist? path
  FileUtils.rm path
end