Class: SyntaxTree::CLI::Action
- Inherits:
-
Object
- Object
- SyntaxTree::CLI::Action
- Defined in:
- lib/syntax_tree/cli.rb
Overview
The parent action class for the CLI that implements the basics.
Instance Method Summary collapse
Instance Method Details
#failure ⇒ Object
77 78 |
# File 'lib/syntax_tree/cli.rb', line 77 def failure end |
#run(item) ⇒ Object
71 72 |
# File 'lib/syntax_tree/cli.rb', line 71 def run(item) end |
#success ⇒ Object
74 75 |
# File 'lib/syntax_tree/cli.rb', line 74 def success end |