# File lib/gpgme.rb, line 53
    def self.new
      dh = []
      GPGME::check_error(:gpgme_data_new, dh)
      dh[0]
    end