Method: Ruber::Plugin#initialize
- Defined in:
- lib/ruber/plugin.rb
permalink #initialize(psf) ⇒ Plugin
Creates a new instance
This method takes care of calling the Ruber::PluginLike#initialize_plugin method required by the Ruber::PluginLike module
with the plugin
87 88 89 90 |
# File 'lib/ruber/plugin.rb', line 87 def initialize psf super(Ruber[:app]) initialize_plugin psf end |