Class: Jekyll::J1LunrSearch::SearchIndexFile

Inherits:
StaticFile
  • Object
show all
Defined in:
lib/starter_web/_plugins/lunr_index.rb

Instance Method Summary collapse

Instance Method Details

#write(dest) ⇒ Object

Override write as the lunr index file has been already created



358
359
360
# File 'lib/starter_web/_plugins/lunr_index.rb', line 358

def write(dest)
  true
end