2024-08-09 18:18:09 +01:00
|
|
|
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
2023-01-26 21:41:45 +09:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class Keg
|
|
|
|
undef binary_executable_or_library_files
|
|
|
|
|
|
|
|
def binary_executable_or_library_files
|
|
|
|
elf_files
|
|
|
|
end
|
|
|
|
end
|