class Bunto::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/bunto_lunr_js_search/search_index_file.rb, line 5
def write(dest)
  true
end