From 1ba42f49ea646418bb3b1207a17a040847f879e8 Mon Sep 17 00:00:00 2001 From: John Mair Date: Mon, 30 Jan 2012 14:19:10 +1300 Subject: [PATCH] removed unnecessary config plugins.enabled option --- lib/pry/config.rb | 1 - 1 file changed, 1 deletion(-) 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