Method: Puppet::FileSystem::MemoryFile.an_executable

Defined in:
lib/puppet/file_system/memory_file.rb

.an_executable(path) ⇒ Object

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.



23
24
25
# File 'lib/puppet/file_system/memory_file.rb', line 23

def self.an_executable(path)
  new(path, :exist? => true, :executable? => true)
end