Method: Puppet::Generate::Type::Input#to_s

Defined in:
lib/puppet/generate/type.rb

#to_sString

Gets the string representation of the input.

Returns:

  • (String)

    Returns the string representation of the input.



102
103
104
# File 'lib/puppet/generate/type.rb', line 102

def to_s
  @path
end