Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Hide the deprecated classic namespace from RDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Jun 27, 2011
1 parent 0c86956 commit 6e3c542
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rake/classic_namespace.rb
Expand Up @@ -3,7 +3,9 @@
# referenced Task from the top level.

warn "WARNING: Classic namespaces are deprecated and will be removed from future versions of Rake."
# :stopdoc:
Task = Rake::Task
FileTask = Rake::FileTask
FileCreationTask = Rake::FileCreationTask
RakeApp = Rake::Application
# :startdoc:

0 comments on commit 6e3c542

Please sign in to comment.