Class: Unparser::CLI::Source::String

Inherits:
Unparser::CLI::Source show all
Defined in:
lib/unparser/cli/source.rb

Overview

CLI source from string

Instance Method Summary collapse

Methods inherited from Unparser::CLI::Source

#report, #success?

Methods included from NodeHelpers

#n, #s

Instance Method Details

#identificationString

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 identification

Returns:



221
222
223
# File 'lib/unparser/cli/source.rb', line 221

def identification
  '(string)'
end