Method: Puppet::FileSystem.path_string

Defined in:
lib/puppet/file_system.rb

.path_string(path) ⇒ String

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Produces a string representation of the opaque path handle.

Parameters:

  • path (Object)

    a path handle produced by #pathname

Returns:

  • (String)

    a string representation of the path



374
375
376
# File 'lib/puppet/file_system.rb', line 374

def self.path_string(path)
  @impl.path_string(path)
end