Require the YARD gem now that it supports what we need.

This commit is contained in:
Nathan Weizenbaum 2009-06-07 13:05:02 -07:00
parent 890614b3ca
commit 8da2c376ac
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ END
end
begin
require '/home/nex3/code/yard/lib/yard'
require 'yard'
YARD::Rake::YardocTask.new do |t|
t.files = FileList.new('lib/**/*.rb') do |list|