Skip to content

Commit

Permalink
Revert "Only include Rake::DSL if it's defined."
Browse files Browse the repository at this point in the history
This reverts commit 82c3aca.

Reason: Ruby 1.9.3 is shipped with Rake > 0.9
  • Loading branch information
amatsuda committed Jun 1, 2012
1 parent c1a0c77 commit 76531cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/documentation.rake
Original file line number Diff line number Diff line change
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 76531cb

Please sign in to comment.