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



43
44
# File 'lib/syntax_tree/cli.rb', line 43

def failure
end

#run(handler, filepath, source) ⇒ Object



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

def run(handler, filepath, source)
end

#successObject



40
41
# File 'lib/syntax_tree/cli.rb', line 40

def success
end