Class: YARD::CLI::Command Abstract
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
|
|
Inherits: | Object |
Defined in: | lib/yard/cli/command.rb |
Overview
This class is abstract.
Abstract base class for ::YARD::CLI
utilities. Provides some helper methods for
the option parser
Class Method Summary
-
.run(*args)
Helper method to run the utility on an instance.
Instance Method Summary
Class Method Details
.run(*args)
Helper method to run the utility on an instance.
# File 'lib/yard/cli/command.rb', line 14
def self.run(*args) new.run(*args) end
Instance Method Details
#description
# File 'lib/yard/cli/command.rb', line 16
def description; '' end