Method: AssLauncher::Cmd::Abstract::SubCommand::Declaration#subcommand_

Defined in:
lib/ass_launcher/cmd.rb

#subcommand_(klass) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



93
94
95
# File 'lib/ass_launcher/cmd.rb', line 93

def subcommand_(klass)
  subcommand(klass.command_name, klass._banner, klass)
end