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.
Attributes inherited from Exception
Instance Method Summary collapse
Methods included from Deprecate
deprecate, skip, skip=, skip_during
Instance Attribute Details
#suggestion ⇒ Object
Returns the value of attribute suggestion
173 174 175 |
# File 'lib/rubygems/exceptions.rb', line 173 def suggestion @suggestion end |
Instance Method Details
#message ⇒ Object
174 175 176 |
# File 'lib/rubygems/exceptions.rb', line 174 def [suggestion, super].compact.join("\n\t") end |