5 lines
78 B
Ruby
5 lines
78 B
Ruby
|
desc 'Generates YARD documentation'
|
||
|
task :doc => :generate do
|
||
|
sh 'yard'
|
||
|
end
|