class Dir

Public Class Methods

glob(path, flags=nil) click to toggle source
# File lib/logstash/JRUBY-6970.rb, line 93
def glob(path, flags=nil)
  if path =~ /^jar:file:/
    # Strip leading 'jar:' (LOGSTASH-1316)
    return glob_JRUBY_6970_hack(path.gsub(/^jar:/, ""))
  else
    return glob_JRUBY_6970_hack(path)
  end
end
Also aliased as: glob_JRUBY_6970_hack
glob_JRUBY_6970_hack(path, flags=nil)
Alias for: glob