Class: Jekyll::LunrJsSearch::SearchIndexFile

Inherits:
StaticFile
  • Object
show all
Defined in:
lib/lunr/SearchIndexFile.rb

Instance Method Summary collapse

Instance Method Details

#write(dest) ⇒ Object

Override write as the index.json index file has already been created



11
12
13
# File 'lib/lunr/SearchIndexFile.rb', line 11

def write(dest)
  true
end