Class Pry::PluginManager::Plugin
In: lib/pry/plugins.rb
Parent: Object

Methods

External Aliases

active -> active?
enabled -> enabled?

Attributes

active  [RW] 
enabled  [RW] 
gem_name  [RW] 
name  [RW] 
spec  [RW] 

Public Class methods

Public Instance methods

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.

Disable a plugin. (prevents plugin from being loaded, cannot disable an already activated plugin)

Enable a plugin. (does not load it immediately but puts on ‘white list’ to be loaded)

Load the Command line options defined by this plugin (if they exist)

[Validate]