mirror of
https://github.com/gosticks/brew.git
synced 2026-08-13 21:20:23 +00:00
8 lines
78 B
Ruby
8 lines
78 B
Ruby
# typed: strict
|
|
|
|
module Utils
|
|
module Inreplace
|
|
include Kernel
|
|
end
|
|
end
|