Method: Roby::Application#available_plugins
- Defined in:
- lib/roby/app.rb
#available_plugins ⇒ Object (readonly)
A [name, dir, file, module] array of available plugins, where ‘name’ is the plugin name, ‘dir’ the directory in which it is installed, ‘file’ the file which should be required to load the plugin and ‘module’ the Application-compatible module for configuration of the plug-in
501 502 503 |
# File 'lib/roby/app.rb', line 501 def available_plugins @available_plugins end |