Method: Sym::App::Commands::Decrypt#execute

Defined in:
lib/sym/app/commands/decrypt.rb

#executeObject



14
15
16
# File 'lib/sym/app/commands/decrypt.rb', line 14

def execute
  send(application.action, content, application.key)
end