brew/Library/Homebrew/utils/shebang.rbi
Douglas Eichelberger df5c5842cc Fix tests
2023-04-17 11:30:12 -07:00

8 lines
76 B
Ruby

# typed: strict
module Utils
module Shebang
include Kernel
end
end