Method: CouchShell::NoSuchPluginRegistered#initialize
- Defined in:
- lib/couch-shell/exceptions.rb
#initialize(plugin_name) ⇒ NoSuchPluginRegistered
Returns a new instance of NoSuchPluginRegistered.
25 26 27 |
# File 'lib/couch-shell/exceptions.rb', line 25 def initialize(plugin_name) @plugin_name = plugin_name end |