Method: Puppet::FileSystem::PathPattern#glob

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

#globObject

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.



35
36
37
# File 'lib/puppet/file_system/path_pattern.rb', line 35

def glob
  Dir.glob(@pathstr)
end