Issy Long 6a704f2f40
sorbet: Bump more files to typed: true
- This was done through the `brew typecheck --suggest-typed --update`
  command.
2023-03-05 18:18:59 +00:00

11 lines
164 B
Ruby

# typed: true
# frozen_string_literal: true
class Keg
undef binary_executable_or_library_files
def binary_executable_or_library_files
elf_files
end
end