summaryrefslogtreecommitdiffhomepage
path: root/sig/dispatch
diff options
context:
space:
mode:
Diffstat (limited to 'sig/dispatch')
-rw-r--r--sig/dispatch/tool/files.rbs8
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