# File lib/mongrel/command.rb, line 161 161: def commands 162: pmgr = GemPlugin::Manager.instance 163: list = pmgr.plugins["/commands"].keys 164: return list.sort 165: end