Skip to content

Commit

Permalink
Silence complaint about Rake::DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Dec 4, 2011
1 parent f9d3bcb commit 51acb84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) => __
Expand Down

0 comments on commit 51acb84

Please sign in to comment.