Method: Scruber::AppSearcher#find_executable

Defined in:
lib/scruber/app_searcher.rb

#find_executableObject



35
36
37
# File 'lib/scruber/app_searcher.rb', line 35

def find_executable
  EXECUTABLES.find { |exe| File.file?(exe) }
end