Class: LintFu::CLI::Command
- Inherits:
-
Object
- Object
- LintFu::CLI::Command
- Defined in:
- lib/lint_fu/cli/command.rb
Overview
Base class for CLI commands
Instance Method Summary collapse
-
#initialize(options) ⇒ Command
constructor
A new instance of Command.
- #run ⇒ Object
Constructor Details
#initialize(options) ⇒ Command
Returns a new instance of Command.
4 5 6 |
# File 'lib/lint_fu/cli/command.rb', line 4 def initialize() @options = end |
Instance Method Details
#run ⇒ Object
8 9 10 |
# File 'lib/lint_fu/cli/command.rb', line 8 def run raise NotImplementedError end |