summaryrefslogtreecommitdiffhomepage
path: root/sig/dispatch/tool/files.rbs
blob: 8e35f66da16bb528b7ea37979934c8525ca1d1ed (plain)
1
2
3
4
5
6
7
8
module Dispatch
  module Tool
    module Files
      VERSION: String
      # See the writing guide of rbs: https://github.com/ruby/rbs#guides
    end
  end
end