Merge pull request #18046 from Homebrew/linux-keg-strict
This commit is contained in:
commit
9adf40bea2
@ -1,9 +1,8 @@
|
|||||||
# typed: true # rubocop:disable Sorbet/StrictSigil
|
# typed: strict
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class Keg
|
class Keg
|
||||||
undef binary_executable_or_library_files
|
sig { returns(T::Array[Pathname]) }
|
||||||
|
|
||||||
def binary_executable_or_library_files
|
def binary_executable_or_library_files
|
||||||
elf_files
|
elf_files
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user