Method: HTMLIndex#space

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

#spaceObject

number of spaces between label and sexp



404
405
406
# File 'lib/langhelp/langhelp-base.rb', line 404

def space
  " "*@spaces
end