# File lib/gpgme.rb, line 266 def verify(sig, plain) stat = [] GPGME::check_error(:gpgme_op_verify, self, sig, plain, stat) stat[0] end