Skip to content

Commit b1882bc

Browse files
committed
Rubinius testing apparatus.
1 parent 3b3b434 commit b1882bc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
/.idea/
1111
.rvmrc
1212
.bundle
13+
/.rbx

Rakefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,11 @@ namespace :yard do
4747
end
4848
end
4949
task :clobber => :'yard:clobber'
50+
51+
namespace :rubinius do
52+
task :clobber do
53+
FileList["**/*.rbc"].each { |fname| FileUtils.rm_f(fname) }
54+
FileList[".rbx/**/*"].each { |fname| FileUtils.rm_f(fname) }
55+
end
56+
end
57+
task :clobber => :'rubinius:clobber'

0 commit comments

Comments
 (0)