# File lib/gpgme/key.rb, line 66 def get(fingerprint) Ctx.new do |ctx| ctx.get_key(fingerprint) end end