Method: CouchShell::NoSuchCommand#initialize

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

#initialize(command_name) ⇒ NoSuchCommand

Returns a new instance of NoSuchCommand.



55
56
57
# File 'lib/couch-shell/exceptions.rb', line 55

def initialize(command_name)
  @command_name = command_name
end