class Inspec::Resources::RegistryKey

def exists?

def exists?
  !registry_key(@options[:path]).nil?
end