mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Silence complaint about Rake::DSL
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -19,6 +19,8 @@ CLEAN.include("**/*.rbc")
|
|||||||
CLOBBER.include(DIST_DIR)
|
CLOBBER.include(DIST_DIR)
|
||||||
|
|
||||||
module Koans
|
module Koans
|
||||||
|
extend Rake::DSL if defined?(Rake::DSL)
|
||||||
|
|
||||||
# Remove solution info from source
|
# Remove solution info from source
|
||||||
# __(a,b) => __
|
# __(a,b) => __
|
||||||
# _n_(number) => __
|
# _n_(number) => __
|
||||||
|
|||||||
Reference in New Issue
Block a user