Class: Giblish::SimpleIndexBuilder

Inherits:
BasicIndexBuilder show all
Defined in:
lib/giblish/buildindex.rb

Overview

A simple index generator that shows a table with the generated documents

Instance Method Summary collapse

Methods inherited from BasicIndexBuilder

#source

Constructor Details

#initialize(processed_docs, converter, path_manager, manage_docid = false) ⇒ SimpleIndexBuilder

Returns a new instance of SimpleIndexBuilder.



319
320
321
# File 'lib/giblish/buildindex.rb', line 319

def initialize(processed_docs, converter, path_manager, manage_docid = false)
  super processed_docs, converter, path_manager, manage_docid
end