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

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