Method: Puppet::Parameter#to_s

Defined in:
lib/puppet/parameter.rb

#to_sString

Returns The name of the parameter in string form.

Returns:

  • (String)

    The name of the parameter in string form.



548
549
550
# File 'lib/puppet/parameter.rb', line 548

def to_s
  name.to_s
end