Skip to content
Snippets Groups Projects
Commit e20c982d authored by Markus Reiter's avatar Markus Reiter
Browse files

Inline `utils.rbi`.

parent 059122c7
No related branches found
No related tags found
No related merge requests found
# typed: strict
module Utils
include Kernel
module Bottles
end
module Link
include Kernel
end
module Shebang
include Kernel
end
module Tar
include Kernel
end
end
......@@ -6,6 +6,8 @@ module Utils
#
# @api private
module Link
include Kernel
module_function
def link_src_dst_dirs(src_dir, dst_dir, command, link_dir: false)
......
......@@ -6,6 +6,8 @@ module Utils
#
# @api private
module Shebang
include Kernel
module_function
# Specification on how to rewrite a given shebang.
......
......@@ -6,6 +6,8 @@ module Utils
#
# @api private
module Tar
include Kernel
module_function
TAR_FILE_EXTENSIONS = %w[.tar .tb2 .tbz .tbz2 .tgz .tlz .txz .tZ].freeze
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment