Module: CKick::PluginDelegate
- Defined in:
- lib/ckick/plugin_delegate.rb
Overview
:nodoc:
Class Method Summary collapse
-
.find(plugin) ⇒ Object
:nodoc:.
Class Method Details
.find(plugin) ⇒ Object
:nodoc:
12 13 14 |
# File 'lib/ckick/plugin_delegate.rb', line 12 def self.find(plugin) Object.const_get(plugin[:name]).new(plugin[:args] || {}) end |