10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
|
|
# typed: strict
|
||
|
|
|
||
|
|
module Homebrew
|
||
|
|
module Livecheck
|
||
|
|
module Strategy
|
||
|
|
include Kernel
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|