Method: Puppet::Settings::ValuesFromSection#inspect

Defined in:
lib/puppet/settings.rb

#inspectObject



1420
1421
1422
# File 'lib/puppet/settings.rb', line 1420

def inspect
  %Q{<#{self.class}:#{self.object_id} @name="#{@name}" @section="#{@section}">}
end