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