os/linux: fix Version::NULL type mixup
This commit is contained in:
parent
28e3b37371
commit
ffdd3644fd
@ -40,11 +40,11 @@ module OS
|
|||||||
raise "Loaded OS::Linux on generic OS!" if ENV["HOMEBREW_TEST_GENERIC_OS"]
|
raise "Loaded OS::Linux on generic OS!" if ENV["HOMEBREW_TEST_GENERIC_OS"]
|
||||||
|
|
||||||
def version
|
def version
|
||||||
Version::NULL
|
::Version::NULL
|
||||||
end
|
end
|
||||||
|
|
||||||
def full_version
|
def full_version
|
||||||
Version::NULL
|
::Version::NULL
|
||||||
end
|
end
|
||||||
|
|
||||||
def languages
|
def languages
|
||||||
@ -71,7 +71,7 @@ module OS
|
|||||||
module_function
|
module_function
|
||||||
|
|
||||||
def version
|
def version
|
||||||
Version::NULL
|
::Version::NULL
|
||||||
end
|
end
|
||||||
|
|
||||||
def installed?
|
def installed?
|
||||||
@ -83,7 +83,7 @@ module OS
|
|||||||
module_function
|
module_function
|
||||||
|
|
||||||
def version
|
def version
|
||||||
Version::NULL
|
::Version::NULL
|
||||||
end
|
end
|
||||||
|
|
||||||
def installed?
|
def installed?
|
||||||
|
|||||||
@ -4,7 +4,6 @@
|
|||||||
# typed: strong
|
# typed: strong
|
||||||
module ::StackProf; end
|
module ::StackProf; end
|
||||||
module DependencyCollector::Compat; end
|
module DependencyCollector::Compat; end
|
||||||
module OS::Mac::Version::NULL; end
|
|
||||||
module T::InterfaceWrapper::Helpers; end
|
module T::InterfaceWrapper::Helpers; end
|
||||||
module T::Private::Abstract::Hooks; end
|
module T::Private::Abstract::Hooks; end
|
||||||
module T::Private::Methods::MethodHooks; end
|
module T::Private::Methods::MethodHooks; end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user