Exception: Gem::RuntimeRequirementNotMetError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
|
|
|
Instance Chain:
self,
InstallError,
Exception,
RuntimeError
|
|
| Inherits: |
Gem::InstallError
|
| Defined in: | lib/rubygems/exceptions.rb |
Class Method Summary
Deprecate - Extended
| deprecate | Simple deprecation method that deprecates |
| skip_during | Temporarily turn off warnings. |
Instance Attribute Summary
Instance Method Summary
Instance Attribute Details
#suggestion (rw)
[ GitHub ]# File 'lib/rubygems/exceptions.rb', line 173
attr_accessor :suggestion
Instance Method Details
#message
[ GitHub ]# File 'lib/rubygems/exceptions.rb', line 174
def [suggestion, super].compact.join("\n\t") end