Rename yardoc -> yard in an obscure bit of Rakefile.

This commit is contained in:
Nathan Weizenbaum 2009-11-28 15:03:35 -08:00
parent 768661170a
commit d600d96327
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ begin
rescue LoadError
desc "Generate Documentation"
task :doc => :rdoc
task :yardoc => :rdoc
task :yard => :rdoc
end
task :pages do