Method: BB8::Decrypt.call

Defined in:
lib/bb8/decrypt.rb

.call(path) ⇒ Object



2
3
4
# File 'lib/bb8/decrypt.rb', line 2

def self.call(path)
  new(path).call
end