# File lib/god/conditions/memory_usage.rb, line 21 def valid? valid = true valid &= complain("You must specify the 'pid_file' attribute for :memory_usage") if self.pid_file.nil? valid &= complain("You must specify the 'above' attribute for :memory_usage") if self.above.nil? valid end