Class: Puppet::Cleaner::Dqmid
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
111 112 113 |
# File 'lib/puppet-cleaner/parts.rb', line 111 def to_s "}#{dqescape}${" end |