Class: SyntaxTree::CLI::AST
Overview
An action of the CLI that prints out the AST for the given source.
Instance Method Summary collapse
Methods inherited from Action
Instance Method Details
#run(item) ⇒ Object
83 84 85 |
# File 'lib/syntax_tree/cli.rb', line 83 def run(item) pp item.handler.parse(item.source) end |