method
glob
v2_2_9 -
Show latest stable
- Class:
Rake::Application
glob(path, &block)private
No documentation available.
# File lib/rake/application.rb, line 700
def glob(path, &block) # :nodoc:
FileList.glob(path.gsub("\\", '/')).each(&block)
end