Class: SyntaxTree::CLI::Action
- Inherits:
-
Object
- Object
- SyntaxTree::CLI::Action
show all
- 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
39
40
|
# File 'lib/syntax_tree/cli.rb', line 39
def failure
end
|
#run(filepath, source) ⇒ Object
33
34
|
# File 'lib/syntax_tree/cli.rb', line 33
def run(filepath, source)
end
|
#success ⇒ Object
36
37
|
# File 'lib/syntax_tree/cli.rb', line 36
def success
end
|