mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Require the YARD gem now that it supports what we need.
This commit is contained in:
parent
890614b3ca
commit
8da2c376ac
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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|
|
||||
|
|
Loading…
Add table
Reference in a new issue