# File lib/god/system/process.rb, line 10 def exists? cmd_name = RUBY_PLATFORM =~ /solaris/i ? "args" : "command" !ps_string(cmd_name).empty? end