class SyntaxTree::CLI::ScriptItem
An item of work that corresponds to a script content passed via the command line.
Attributes
Public Class Methods
Source
# File lib/syntax_tree/cli.rb, line 66 def initialize(source, extension) @source = source @extension = extension end