From 51acb84736a6d91ee7cfb6dc8d92a8a23f4f5694 Mon Sep 17 00:00:00 2001 From: Jim Weirich Date: Sun, 4 Dec 2011 01:58:29 -0500 Subject: [PATCH] Silence complaint about Rake::DSL --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 2d24597..5fb5546 100644 --- 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) => __ -- 1.8.0.2