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.



165
166
167
# File 'lib/rubygems/exceptions.rb', line 165

def suggestion
  @suggestion
end

Instance Method Details

#messageObject



166
167
168
# File 'lib/rubygems/exceptions.rb', line 166

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