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.



147
148
149
# File 'lib/rubygems/exceptions.rb', line 147

def suggestion
  @suggestion
end

Instance Method Details

#messageObject



148
149
150
# File 'lib/rubygems/exceptions.rb', line 148

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