pushing befor major changes

This commit is contained in:
2025-12-20 15:07:58 -07:00
parent 057164122a
commit f4c5ba1f14
31 changed files with 438 additions and 1502 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ end
namespace :doc do
desc 'Create the YARD documentation for the project'
task :yard do
res = sh 'yard doc *.rb'
sh 'yard stats *.rb --list-undoc'
res = sh 'yard doc --plugin yard-sinatra *.rb'
sh 'yard stats --plugin yard-sinatra *.rb --list-undoc'
end
desc 'Create code coverage'