diff options
| author | Adam Malczewski <[email protected]> | 2026-03-31 19:05:55 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-31 19:05:55 +0900 |
| commit | b13ec1794c81a70b457df70c0b34a32d94dc36b8 (patch) | |
| tree | 2436a5e4626d44684423471cc6430884e0d27e57 /sig/dispatch | |
| download | dispatch-adapter-copilot-b13ec1794c81a70b457df70c0b34a32d94dc36b8.tar.gz dispatch-adapter-copilot-b13ec1794c81a70b457df70c0b34a32d94dc36b8.zip | |
Diffstat (limited to 'sig/dispatch')
| -rw-r--r-- | sig/dispatch/adapter/copilot.rbs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sig/dispatch/adapter/copilot.rbs b/sig/dispatch/adapter/copilot.rbs new file mode 100644 index 0000000..3d35b6e --- /dev/null +++ b/sig/dispatch/adapter/copilot.rbs @@ -0,0 +1,8 @@ +module Dispatch + module Adapter + module Copilot + VERSION: String + # See the writing guide of rbs: https://github.com/ruby/rbs#guides + end + end +end |
