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