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.



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

def suggestion
  @suggestion
end

Instance Method Details

#messageObject



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

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