diff options
| author | Adam Malczewski <[email protected]> | 2026-03-31 00:52:33 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-31 00:52:33 +0900 |
| commit | 25488d32336e05b69a41391cc7b5153478d3cc8a (patch) | |
| tree | 3570cccc44766d7268457adeff79f16f855c0d9f /sig/dispatch/tool/files.rbs | |
| download | dispatch-tool-files-main.tar.gz dispatch-tool-files-main.zip | |
Diffstat (limited to 'sig/dispatch/tool/files.rbs')
| -rw-r--r-- | sig/dispatch/tool/files.rbs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sig/dispatch/tool/files.rbs b/sig/dispatch/tool/files.rbs new file mode 100644 index 0000000..8e35f66 --- /dev/null +++ b/sig/dispatch/tool/files.rbs @@ -0,0 +1,8 @@ +module Dispatch + module Tool + module Files + VERSION: String + # See the writing guide of rbs: https://github.com/ruby/rbs#guides + end + end +end |
