class GPGME::Ctx

def armor

Return true if the output is ASCII armored.
def armor
  GPGME::gpgme_get_armor(self) == 1 ? true : false
end