class GPGME::Ctx

def textmode=(yes)

Tell whether canonical text mode should be used.
def textmode=(yes)
  GPGME::gpgme_set_textmode(self, yes ? 1 : 0)
  yes
end