Method: CouchShell::Plugin#initialize

Defined in:
lib/couch-shell/plugin.rb

#initialize(shell) ⇒ Plugin

Do not override this method, override plugin_initialization if you need custom initialization logic.



220
221
222
# File 'lib/couch-shell/plugin.rb', line 220

def initialize(shell)
  @_couch_shell_shell = shell
end