# File lib/gpgme.rb, line 254 def delete(key, allow_secret = false) GPGME::check_error(:gpgme_op_delete, self, key, allow_secret ? 1 : 0) end