Finished testing and docs for now. Time for new features!

This commit is contained in:
2025-10-02 23:58:24 -06:00
parent 279658f3e5
commit b8f54b44a3
16 changed files with 316 additions and 66 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ end
namespace :doc do
desc 'Create the YARD documentation for the project'
task :yard do
res = sh 'yard doc *.rb'
res = sh 'yard doc *.rb --list-undoc'
sh 'yard stats *.rb --list-undoc'
end
desc 'Create code coverage'