17 lines
158 B
Ruby
17 lines
158 B
Ruby
# typed: strict
|
|
|
|
module Utils
|
|
include Kernel
|
|
|
|
module Bottles
|
|
end
|
|
|
|
module Link
|
|
include Kernel
|
|
end
|
|
|
|
module Shebang
|
|
include Kernel
|
|
end
|
|
end
|