Method: Vedeu::Plugins#initialize
- Defined in:
- lib/vedeu/plugins/plugins.rb
#initialize ⇒ Vedeu::Plugins
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Vedeu::Plugins.
14 15 16 |
# File 'lib/vedeu/plugins/plugins.rb', line 14 def initialize @plugins = [] end |