# File lib/gpgme.rb, line 122
    def self.new
      ctx = []
      GPGME::check_error(:gpgme_new, ctx)
      ctx[0]
    end