class SyntaxTree::CLI::STDINItem
An item of work that correspond to the content passed in via stdin.
def filepath
def filepath :stdin end
def handler
def handler HANDLERS[".rb"] end
def source
def source $stdin.read end
def writable?
def writable? false end