Initial commit

This commit is contained in:
James 2025-08-18 02:17:21 -05:00
commit 2f0316d05f
12 changed files with 426 additions and 0 deletions

5
Rakefile Normal file
View file

@ -0,0 +1,5 @@
require 'rake/testtask'
Rake::TestTask.new do |task|
task.pattern = 'test/*_test.rb'
end