
Set utils/bottles.rb, utils/shell.rb and utils/svn.rb to true so that type errors in these files may be reported by Sorbet (cherry picked from commit fd3db131b0da78169fdff2031180a2bebe3cbb84)
9 lines
74 B
Ruby
9 lines
74 B
Ruby
# typed: strict
|
|
|
|
module Utils
|
|
include Kernel
|
|
|
|
class Bottles
|
|
end
|
|
end
|