class Gtmtech::Crypto::Subcommands::UnknownCommand

Public Class Methods

execute() click to toggle source
# File lib/gtmtech/crypto/subcommands/unknown_command.rb, line 13
def self.execute
  puts "Unknown command"
end
options() click to toggle source
# File lib/gtmtech/crypto/subcommands/unknown_command.rb, line 9
def self.options
  []
end