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
|
||||
|
||||
class Keg
|
||||
undef binary_executable_or_library_files
|
||||
|
||||
sig { returns(T::Array[Pathname]) }
|
||||
def binary_executable_or_library_files
|
||||
elf_files
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user