Class: AssLauncher::Cmd::Abstract::SubCommand Private

Inherits:
Clamp::Command
  • Object
show all
Extended by:
Declaration
Defined in:
lib/ass_launcher/cmd.rb

Overview

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

Abstarct subcommand

Defined Under Namespace

Modules: Declaration

Class Method Summary collapse

Methods included from Declaration

declare_subcommands, subcommand_

Class Method Details

._bannerObject

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.



111
112
113
# File 'lib/ass_launcher/cmd.rb', line 111

def self._banner
  fail 'Abstract'
end

.command_nameObject

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.

:nocov:



107
108
109
# File 'lib/ass_launcher/cmd.rb', line 107

def self.command_name
  fail 'Abstract'
end