2020-07-22 01:44:59 +05:30
|
|
|
# typed: strict
|
|
|
|
|
|
|
|
|
|
module Homebrew
|
|
|
|
|
include Kernel
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
module Homebrew::Help
|
|
|
|
|
include Kernel
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
module Language::Perl::Shebang
|
|
|
|
|
include Kernel
|
|
|
|
|
end
|
|
|
|
|
|
2020-07-22 23:34:21 +05:30
|
|
|
module Dependable
|
|
|
|
|
def tags; end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
class Formula
|
|
|
|
|
module Compat
|
|
|
|
|
include Kernel
|
|
|
|
|
|
|
|
|
|
def latest_version_installed?; end
|
|
|
|
|
|
|
|
|
|
def active_spec; end
|
|
|
|
|
|
|
|
|
|
def patches; end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
class NilClass
|
|
|
|
|
module Compat
|
|
|
|
|
include Kernel
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
class String
|
|
|
|
|
module Compat
|
|
|
|
|
include Kernel
|
|
|
|
|
|
|
|
|
|
def chomp; end
|
|
|
|
|
end
|
|
|
|
|
end
|