8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
|
|
# typed: strict
|
||
|
|
|
||
|
|
module Homebrew::Bundle
|
||
|
|
module WhalebrewDumper
|
||
|
|
include Kernel
|
||
|
|
end
|
||
|
|
end
|