Skip to content

Instantly share code, notes, and snippets.

@imownbey
Created November 7, 2008 19:42
Show Gist options
  • Save imownbey/22950 to your computer and use it in GitHub Desktop.
Save imownbey/22950 to your computer and use it in GitHub Desktop.
Dir.glob("**/{rakefile,Rakefile,rakefile.rb,Rakefile.rb,*.rake}").each do |f|
rake.add_import f
p f
end
rake.load_imports
p rake.top_level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment