# File lib/gpgme.rb, line 977 def textmode=(yes) GPGME::gpgme_set_textmode(self, yes ? 1 : 0) yes end