class GPGME::Ctx

def release


ctx.release
# operate on ctx
ctx = GPGME::Ctx.new
@example

a block.
Releases the Ctx instance. Must be called if it was initialized without
#
def release
  GPGME::gpgme_release(self)
end