summaryrefslogtreecommitdiffhomepage
path: root/sig/dispatch/adapter/claude.rbs
blob: a32b6a6f9cc30e69d9ec1d6e8f2a3dc6b47ceb06 (plain)
1
2
3
4
5
6
7
8
module Dispatch
  module Adapter
    module Claude
      VERSION: String
      # See the writing guide of rbs: https://github.com/ruby/rbs#guides
    end
  end
end