# File lib/god/conditions/memory_usage.rb, line 54 def pid self.pid_file ? File.read(self.pid_file).strip.to_i : self.watch.pid end