Exception: Gem::RuntimeRequirementNotMetError
- Inherits:
-
InstallError
- Object
- RuntimeError
- Exception
- InstallError
- Gem::RuntimeRequirementNotMetError
- Defined in:
- lib/rubygems/exceptions.rb
Instance Attribute Summary collapse
-
#suggestion ⇒ Object
Returns the value of attribute suggestion.
Instance Method Summary collapse
Instance Attribute Details
#suggestion ⇒ Object
Returns the value of attribute suggestion.
176 177 178 |
# File 'lib/rubygems/exceptions.rb', line 176 def suggestion @suggestion end |
Instance Method Details
#message ⇒ Object
177 178 179 |
# File 'lib/rubygems/exceptions.rb', line 177 def [suggestion, super].compact.join("\n\t") end |