Class: Gtmtech::Crypto::Subcommands::UnknownCommand
- Inherits:
-
Gtmtech::Crypto::Subcommand
- Object
- Gtmtech::Crypto::Subcommand
- Gtmtech::Crypto::Subcommands::UnknownCommand
- Defined in:
- lib/gtmtech/crypto/subcommands/unknown_command.rb
Class Method Summary collapse
Methods inherited from Gtmtech::Crypto::Subcommand
all_options, description, error, find, hidden?, parse, prettyname, usage, validate
Class Method Details
.execute ⇒ Object
13 14 15 |
# File 'lib/gtmtech/crypto/subcommands/unknown_command.rb', line 13 def self.execute puts "Unknown command" end |
.options ⇒ Object
9 10 11 |
# File 'lib/gtmtech/crypto/subcommands/unknown_command.rb', line 9 def self. [] end |