Module: Faf::Security

Defined in:
lib/faf/security.rb

Class Method Summary collapse

Class Method Details

.get(options) ⇒ Object



8
9
10
11
12
# File 'lib/faf/security.rb', line 8

def get(options)
  Faf::Shell.system!(security('find', options))
rescue RuntimeError
  nil
end

.store!(options) ⇒ Object



4
5
6
# File 'lib/faf/security.rb', line 4

def store!(options)
  Faf::Shell.system!(security('add', options))
end