importing from rubyforge & cleanup

This commit is contained in:
Ilya Grigorik
2009-02-22 23:25:55 -05:00
commit 966aa2e69c
12 changed files with 635 additions and 0 deletions

1
lib/decisiontree.rb Normal file
View File

@@ -0,0 +1 @@
Dir[File.join(File.dirname(__FILE__), 'decisiontree/**/*.rb')].sort.each { |lib| require lib }