This commit is contained in:
2026-03-09 18:43:03 +03:00
parent 297a0d4ac0
commit 2278ccc1fe
13 changed files with 299 additions and 0 deletions

4
sig/my_gem.rbs Normal file
View File

@@ -0,0 +1,4 @@
module MyGem
VERSION: String
# See the writing guide of rbs: https://github.com/ruby/rbs#guides
end