# File lib/travis/tools/system.rb, line 82 def running?(app) return false unless unix? system "pgrep -u $(whoami) #{app} >/dev/null" end