Method: Hx::Listing::RecursiveIndex#initialize

Defined in:
lib/hx/listing/recursiveindex.rb

#initialize(input, options) ⇒ RecursiveIndex

Returns a new instance of RecursiveIndex.



39
40
41
42
# File 'lib/hx/listing/recursiveindex.rb', line 39

def initialize(input, options)
  @input = input
  @index_name = options[:index_name] || "index"
end