Class: Sym::App::Commands::PrintKey

Inherits:
BaseCommand show all
Defined in:
lib/sym/app/commands/print_key.rb

Constant Summary

Constants included from Sym

BASH_COMPLETION, COMPLETION_FILE, COMPLETION_PATH, VERSION

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from Sym::App::Commands::BaseCommand

Instance Method Details

#executeObject



11
12
13
# File 'lib/sym/app/commands/print_key.rb', line 11

def execute
  self.key
end