Method: Puppet::Decrypt::Decryptor#initialize
- Defined in:
- lib/puppet-decrypt/decryptor.rb
#initialize(options = {}) ⇒ Decryptor
Returns a new instance of Decryptor.
10 11 12 |
# File 'lib/puppet-decrypt/decryptor.rb', line 10 def initialize( = {}) @raw = [:raw] || false end |