class Giblish::SimpleIndexBuilder

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

Public Class Methods

new(processed_docs, converter, path_manager, deployment_info, manage_docid = false) click to toggle source
Calls superclass method Giblish::BasicIndexBuilder::new
# File lib/giblish/buildindex.rb, line 304
def initialize(processed_docs, converter, path_manager, deployment_info, manage_docid = false)
  super processed_docs, converter, path_manager, deployment_info, manage_docid
end