class SyntaxTree::CLI::Action
The parent action class for the CLI
that implements the basics.
Attributes
Public Class Methods
Source
# File lib/syntax_tree/cli.rb, line 111 def initialize(options) @options = options end
The parent action class for the CLI
that implements the basics.
# File lib/syntax_tree/cli.rb, line 111 def initialize(options) @options = options end