Class: SyntaxTree::CLI::Action

Inherits:
Object
  • Object
show all
Defined in:
lib/syntax_tree/cli.rb

Overview

The parent action class for the CLI that implements the basics.

Direct Known Subclasses

AST, Check, Debug, Doc, Format, Write

Instance Method Summary collapse

Instance Method Details

#failureObject



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

#successObject



36
37
# File 'lib/syntax_tree/cli.rb', line 36

def success
end