aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/os/mac/cleaner.rb
blob: 74f627b48ef276065115041282961121dd77dd6b (plain)
1
2
3
4
5
6
7
class Cleaner
  private

  def executable_path?(path)
    path.mach_o_executable? || path.text_executable?
  end
end