# File lib/serverspec/type/process.rb, line 3 def running? pid = @runner.get_process(@name, :format => "pid=").stdout not pid.empty? end