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
4 5 6
# File 'lib/faf/security.rb', line 4 def store!(options) Faf::Shell.system!(security('add', options)) end