Object
# File lib/riddle/configuration/parser.rb, line 19 def initialize(input) @input = input end
# File lib/riddle/configuration/parser.rb, line 23 def parse! set_indexer set_searchd set_sources set_indices configuration end