Exception: Gem::RuntimeRequirementNotMetError

Inherits:
InstallError show all
Defined in:
lib/rubygems/exceptions.rb

Instance Attribute Summary collapse

Attributes inherited from Exception

#source_exception

Instance Method Summary collapse

Methods included from Deprecate

deprecate, skip, skip=, skip_during

Instance Attribute Details

#suggestionObject

Returns the value of attribute suggestion



173
174
175
# File 'lib/rubygems/exceptions.rb', line 173

def suggestion
  @suggestion
end

Instance Method Details

#messageObject



174
175
176
# File 'lib/rubygems/exceptions.rb', line 174

def message
  [suggestion, super].compact.join("\n\t")
end