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