public
Description: Ruby and Rails core extensions used by GitHub.
Homepage:
Clone URL: git://github.com/github/hubahuba.git
defunkt (author)
Sat May 10 21:51:47 -0700 2008
hubahuba / init.rb
100644 4 lines (3 sloc) 0.079 kb
1
2
3
4
Dir[File.dirname(__FILE__) + "/lib/**/*.rb"].each do |file|
  require file
end