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.



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

def suggestion
  @suggestion
end

Instance Method Details

#messageObject



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

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