# File lib/gpgme/ctx.rb, line 115
    def armor
      GPGME::gpgme_get_armor(self) == 1 ? true : false
    end