Skip to content

Commit c3bc340

Browse files
Create Rakefile
1 parent ca49060 commit c3bc340

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Rakefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
require 'yard'
2+
3+
YARD::Rake::YardocTask.new do |t|
4+
t.files = ['lib/**/*.rb', OTHER_PATHS] # optional
5+
t.options = ['--any', '--extra', '--opts'] # optional
6+
t.stats_options = ['--list-undoc'] # optional
7+
end

0 commit comments

Comments
 (0)