diff --git a/Rakefile b/Rakefile index b68dbaa..e42035a 100644 --- a/Rakefile +++ b/Rakefile @@ -16,8 +16,3 @@ rdoc.options << "--all" end -YARD::Rake::YardocTask.new do |t| - t.files = ['app/models/*.rb', OTHER_PATHS] # optional - t.options = ['--any', '--extra', '--opts'] # optional - t.stats_options = ['--list-undoc'] # optional -end \ No newline at end of file