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