class Jekyll::LunrJsSearch::SearchIndexFile
Public Instance Methods
write(dest)
click to toggle source
Override write as the index.json index file has already been created
# File lib/jekyll_lunr_js_search/search_index_file.rb, line 5 def write(dest) true end