提交 070454c6 编写于 作者: P Piotr Sarnacki

Merge pull request #6583 from amatsuda/rake_dsl_19

Revert "Only include Rake::DSL if it's defined."
......@@ -2,7 +2,7 @@ require 'rdoc/task'
# Monkey-patch to remove redoc'ing and clobber descriptions to cut down on rake -T noise
class RDocTaskWithoutDescriptions < RDoc::Task
include ::Rake::DSL if defined?(::Rake::DSL)
include ::Rake::DSL
def define
task rdoc_task_name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册