Class: Puppet::Cleaner::Dqpre
Constant Summary
Constants inherited from Part
Part::DQESCAPE, Part::DQPATTERN, Part::DQSPECIAL, Part::SPECIAL_ESCAPE_SEQUENCES, Part::SQESCAPE, Part::SQPATTERN
Instance Method Summary collapse
Methods inherited from Part
create, #dqescape, #has_special_escape_sequences?, #initialize, #name, #name=, #show, #sqescape, #value, #value=
Constructor Details
This class inherits a constructor from Puppet::Cleaner::Part
Instance Method Details
#to_s ⇒ Object
105 106 107 |
# File 'lib/puppet-cleaner/parts.rb', line 105 def to_s "\"#{dqescape}${" end |