Silence complaint about Rake::DSL
[ruby_koans.git] / Rakefile
index 2d24597..5fb5546 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -19,6 +19,8 @@ CLEAN.include("**/*.rbc")
 CLOBBER.include(DIST_DIR)
 
 module Koans
+  extend Rake::DSL if defined?(Rake::DSL)
+
   # Remove solution info from source
   #   __(a,b)     => __
   #   _n_(number) => __