From: Jim Weirich Date: Sun, 4 Dec 2011 06:58:29 +0000 (-0500) Subject: Silence complaint about Rake::DSL X-Git-Url: https://git.eng.unimelb.edu.au/public?p=ruby_koans.git;a=commitdiff_plain;h=51acb84736a6d91ee7cfb6dc8d92a8a23f4f5694 Silence complaint about Rake::DSL --- 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) => __