Class: LuaHelp

Inherits:
AbstractIndex show all
Defined in:
lib/langhelp/lh_lua.rb

Constant Summary

Constants inherited from AbstractIndex

AbstractIndex::SPACES

Constants included from LocalVariables

LocalVariables::ANCHOR_BEGIN, LocalVariables::ANCHOR_END

Constants included from KanjiConverter

KanjiConverter::KCONVERTERS

Instance Attribute Summary

Attributes inherited from AbstractIndex

#arg1, #conf, #title

Instance Method Summary collapse

Methods inherited from AbstractIndex

#init, #initialize, #output_title

Methods included from LocalVariables

#insert_local_variables

Methods included from FilenameString

#abbreviate_filename, #abbreviate_filename!, #normalize_filename!

Methods included from KanjiConverter

#encoding, #kconv

Methods included from MkArray

#mkarray

Methods included from EmacsLispString

#lisp_dump_string

Constructor Details

This class inherits a constructor from AbstractIndex

Instance Method Details

#to_e(out) ⇒ Object



20
21
22
23
24
# File 'lib/langhelp/lh_lua.rb', line 20

def to_e(out)
  `luahelp index`.split.sort.each do |idx|
    out << format(%Q[# (lh-luahelp "%s")\n], idx)
  end
end