class Akabei::Signer::AgentNotFound

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/akabei/signer.rb, line 40
def initialize
  super('gpg-agent is not running')
end