Exception: Gem::RuntimeRequirementNotMetError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#suggestionObject

Returns the value of attribute suggestion.



176
177
178
# File 'lib/rubygems/exceptions.rb', line 176

def suggestion
  @suggestion
end

Instance Method Details

#messageObject



177
178
179
# File 'lib/rubygems/exceptions.rb', line 177

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