Method: Puppet::Parser::TemplateWrapper#to_s
- Defined in:
- lib/vendor/puppet/parser/templatewrapper.rb
#to_s ⇒ Object
112 113 114 |
# File 'lib/vendor/puppet/parser/templatewrapper.rb', line 112 def to_s "template[#{(file ? file : "inline")}]" end |