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, ) @input = input @index_name = [:index_name] || "index" end |