moving older stuff into its own tree and adding a copy of the ruby koans

This commit is contained in:
Dan Buch
2010-12-24 22:20:45 -05:00
parent ec2c2016e3
commit c806ff13d3
57 changed files with 3702 additions and 0 deletions

12
koans/Rakefile Normal file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env ruby
# -*- ruby -*-
require 'rake/clean'
require 'rake/testtask'
task :default => :test
task :test do
ruby 'path_to_enlightenment.rb'
end