Merge pull request #18046 from Homebrew/linux-keg-strict

This commit is contained in:
Carlo Cabrera 2024-08-15 17:09:27 +08:00 committed by GitHub
commit 9adf40bea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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