Class: Jekyll::J1LunrSearch::SearchIndexFile
- Inherits:
-
StaticFile
- Object
- StaticFile
- Jekyll::J1LunrSearch::SearchIndexFile
- Defined in:
- lib/starter_web/_plugins/index/lunr.rb
Instance Method Summary collapse
-
#write(dest) ⇒ Object
Override write as the lunr index file has been already created.
Instance Method Details
#write(dest) ⇒ Object
Override write as the lunr index file has been already created
388 389 390 |
# File 'lib/starter_web/_plugins/index/lunr.rb', line 388 def write(dest) true end |