Commit b1882bc7 by Jon Frisby

Rubinius testing apparatus.

parent 3b3b4343
......@@ -10,3 +10,4 @@
/.idea/
.rvmrc
.bundle
/.rbx
......@@ -47,3 +47,11 @@ namespace :yard do
end
end
task :clobber => :'yard:clobber'
namespace :rubinius do
task :clobber do
FileList["**/*.rbc"].each { |fname| FileUtils.rm_f(fname) }
FileList[".rbx/**/*"].each { |fname| FileUtils.rm_f(fname) }
end
end
task :clobber => :'rubinius:clobber'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment