# File lib/gpgme/ctx.rb, line 109
    def armor=(yes)
      GPGME::gpgme_set_armor(self, yes ? 1 : 0)
      yes
    end