Method: HTMLIndex#init

Defined in:
lib/langhelp/langhelp-base.rb

#init(x = {}) ⇒ Object



382
383
384
385
# File 'lib/langhelp/langhelp-base.rb', line 382

def init(x={})
  @spaces = x[:spaces] || 20
  init_filename x
end