# File lib/gpgme/signature.rb, line 52 def key @key ||= begin Ctx.new do |ctx| @key = ctx.get_key(fingerprint) end end end