| Class | Pry::PluginManager::Plugin |
| In: |
lib/pry/plugins.rb
|
| Parent: | Object |
| active | -> | active? |
| enabled | -> | enabled? |
| active | [RW] | |
| enabled | [RW] | |
| gem_name | [RW] | |
| name | [RW] | |
| spec | [RW] |
Activate the plugin (require the gem - enables/loads the plugin immediately at point of call, even if plugin is disabled) Does not reload plugin if it‘s already active.