Method: Leeloo::GpgLocalFileSystemSecret#initialize

Defined in:
lib/leeloo/secret.rb

#initialize(pathname, name, recipients) ⇒ GpgLocalFileSystemSecret

Returns a new instance of GpgLocalFileSystemSecret.



68
69
70
71
72
# File 'lib/leeloo/secret.rb', line 68

def initialize pathname, name, recipients
  super pathname, name
  @recipients = recipients
  @crypto = GPGME::Crypto.new :always_trust => true
end