Method: Puppet::FileSystem::MemoryImpl#basename
- Defined in:
- lib/puppet/file_system/memory_impl.rb
#basename(path) ⇒ Object
51 52 53 |
# File 'lib/puppet/file_system/memory_impl.rb', line 51 def basename(path) path.duplicate_as(File.basename(path_string(path))) end |