diff --git a/lib/pry/config.rb b/lib/pry/config.rb index 64e3467c..619c5b6b 100644 --- a/lib/pry/config.rb +++ b/lib/pry/config.rb @@ -129,7 +129,6 @@ class Pry # Config option for plugins: # sub-options include: - # `plugins.enabled` (Boolean) to toggle the loading of plugins on and off wholesale. (defaults to true) # `plugins.strict_loading` (Boolean) which toggles whether referring to a non-existent plugin should raise an exception (defaults to `false`) # @return [OpenStruct] attr_accessor :plugins