# typed: true # This cannot be `# typed: strict` due to the use of `undef`. # frozen_string_literal: true class Keg undef binary_executable_or_library_files def binary_executable_or_library_files elf_files end end