Method: Sym::App::Commands::PrintKey#execute
- Defined in:
- lib/sym/app/commands/print_key.rb
#execute ⇒ Object
12 13 14 15 |
# File 'lib/sym/app/commands/print_key.rb', line 12 def execute raise Sym::Errors::NoPrivateKeyFound.new("Unable to resolve private key from argument '#{opts[:key]}'") if self.key.nil? self.key end |