# File lib/riddle/0.9.9/configuration/searchd.rb, line 4 def valid? set_listen clear_deprecated !( @listen.nil? || @pid_file.nil? ) end