Class: CmdList
- Inherits:
-
Rumodule
- Object
- RumoduleCommon
- Rumodule
- CmdList
- Defined in:
- bin/rumodule
Overview
List command.
Constant Summary
Constant Summary
Constants included from Utility
Utility::LOADED, Utility::MODULEDIRS, Utility::RUMODULE_PUSH, Utility::SUBLOADED, Utility::SYSLOADED
Constants inherited from RumoduleCommon
Instance Method Summary (collapse)
Methods inherited from Rumodule
#_is_loaded, #_output, flush, #getenvar, run
Methods included from Utility
#abort, #all_loaded, #commonHelp, #error, #findModule, #help, #loadModule, #loaded, #registerModule, #sys_loaded, #unregisterModule, #usage, #warning
Methods included from RumoduleMod
Instance Method Details
- (Object) action(mod = nil)
805 806 807 |
# File 'bin/rumodule', line 805 def action( mod = nil ) usage loaded end |