# File lib/mongrel/command.rb, line 149
149:       def commands
150:         pmgr = GemPlugin::Manager.instance
151:         list = pmgr.plugins["/commands"].keys
152:         return list.sort
153:       end