Glob pathnames.
4 5 6 7
# File 'lib/standard/facets/pathname/glob.rb', line 4 def glob(match, *opts) flags = glob_flags(opts) Dir.glob(::File.join(self.to_s, match), flags).collect{ |m| self.class.new(m) } end