Method: Puppet::FileSystem::MemoryFile#children

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

#childrenObject (readonly)

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.



6
7
8
# File 'lib/puppet/file_system/memory_file.rb', line 6

def children
  @children
end