Object
# File lib/test/unit/notify.rb, line 55 def available? paths.any? do |path| File.exist?(File.join(path, @command)) end end