Initial Commit: v2 in progress

This commit is contained in:
2026-04-12 14:08:29 -05:00
commit 7054d6bf2a
10 changed files with 197 additions and 0 deletions

8
.rubocop.yml Normal file
View File

@@ -0,0 +1,8 @@
Style/StringLiterals:
EnforcedStyle: double_quotes
Metrics/MethodLength:
Max: 40
Style/EmptyMethod:
EnforcedStyle: expanded