Skip to content

Commit

Permalink
Merge pull request #6583 from amatsuda/rake_dsl_19
Browse files Browse the repository at this point in the history
Revert "Only include Rake::DSL if it's defined."
  • Loading branch information
drogus committed Jun 1, 2012
2 parents ec9636e + 76531cb commit 070454c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/documentation.rake
Expand Up @@ -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
Expand Down

0 comments on commit 070454c

Please sign in to comment.