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

8 lines
78 B
Ruby

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