This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
05184578d7
ruby--ruby
/
lib
/
rake
/
rdoctask.rb
5 lines
81 B
Ruby
Raw
Normal View
History
Unescape
Escape
Deprecate Rake::RDocTask in favor of RDoc::Task git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-28 17:22:58 -05:00
warn
'rake/rdoctask is deprecated. Use rdoc/task instead'
Added Rake 0.8.0 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-12-20 22:22:43 -05:00
Deprecate Rake::RDocTask in favor of RDoc::Task git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-28 17:22:58 -05:00
require
'rdoc/task'
Added Rake 0.8.0 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-12-20 22:22:43 -05:00
Copy permalink