Class: Unparser::CLI::Source::Node
- Inherits:
-
Unparser::CLI::Source
- Object
- Unparser::CLI::Source
- Unparser::CLI::Source::Node
- Defined in:
- lib/unparser/cli/source.rb
Overview
Source passed in as node
Instance Method Summary collapse
-
#original_source ⇒ String
private
Return original source.
Methods inherited from Unparser::CLI::Source
Methods included from NodeHelpers
Instance Method Details
#original_source ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return original source
269 270 271 |
# File 'lib/unparser/cli/source.rb', line 269 def original_source Unparser.unparse(original_ast) end |