Exception: Rudisco::CLI::Application::GemNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/rudisco/cli/cli.rb

Overview

no-doc

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ GemNotFound

Returns a new instance of GemNotFound.



119
# File 'lib/rudisco/cli/cli.rb', line 119

def initialize(name); super "Gem '#{name}' not found!" end