class SyntaxTree::CLI::STDINItem
An item of work that correspond to the content passed in via stdin.
Public Class Methods
Source
# File lib/syntax_tree/cli.rb, line 86 def initialize(extension) @extension = extension end
An item of work that correspond to the content passed in via stdin.
# File lib/syntax_tree/cli.rb, line 86 def initialize(extension) @extension = extension end