Method: Puppet::FileSystem.dir
- Defined in:
- lib/puppet/file_system.rb
.dir(path) ⇒ Object
Returns The directory of this file as an opaque handle.
44 45 46 |
# File 'lib/puppet/file_system.rb', line 44 def self.dir(path) @impl.dir(assert_path(path)) end |