class Rake::Application

def glob(path, &block)

def glob(path, &block)
  Rake.glob(path.gsub("\\", '/')).each(&block)
end