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/lunr/SearchIndexFile.rb, line 11
def write(dest)
  true
end