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.



169
170
171
# File 'lib/rubygems/exceptions.rb', line 169

def suggestion
  @suggestion
end

Instance Method Details

#messageObject



170
171
172
# File 'lib/rubygems/exceptions.rb', line 170

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