Method: Puppet::FileSystem.dir

Defined in:
lib/puppet/file_system.rb

.dir(path) ⇒ Object

Returns The directory of this file as an opaque handle.

Returns:

  • (Object)

    The directory of this file as an opaque handle



57
58
59
# File 'lib/puppet/file_system.rb', line 57

def self.dir(path)
  @impl.dir(assert_path(path))
end