8 lines
76 B
Ruby
8 lines
76 B
Ruby
# typed: strict
|
|
|
|
module Utils
|
|
module Shebang
|
|
include Kernel
|
|
end
|
|
end
|