brew/Library/Homebrew/utils/shebang.rbi

8 lines
76 B
Plaintext
Raw Normal View History

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