Class: RtSphinx::Manager
- Inherits:
-
Object
- Object
- RtSphinx::Manager
- Defined in:
- lib/rt_sphinx/manager.rb
Class Method Summary collapse
Class Method Details
.start ⇒ Object
5 6 7 8 9 10 |
# File 'lib/rt_sphinx/manager.rb', line 5 def self.start `killall searchd` sleep(1) res = `searchd` puts res end |