From b13ec1794c81a70b457df70c0b34a32d94dc36b8 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Tue, 31 Mar 2026 19:05:55 +0900 Subject: init --- sig/dispatch/adapter/copilot.rbs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sig/dispatch/adapter/copilot.rbs (limited to 'sig') 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 -- cgit v1.2.3