summaryrefslogtreecommitdiff
path: root/lib/pry/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pry/config.rb')
-rw-r--r--lib/pry/config.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/pry/config.rb b/lib/pry/config.rb
index ac6ebad2..c0261104 100644
--- a/lib/pry/config.rb
+++ b/lib/pry/config.rb
@@ -73,9 +73,6 @@ class Pry
# @return [Boolean] whether the local ./.pryrc should be loaded
attribute :should_load_local_rc
- # @return [Boolean]
- attribute :should_load_plugins
-
# @return [Boolean] whether to load files specified with the -r flag
attribute :should_load_requires
@@ -196,7 +193,6 @@ class Pry
output_prefix: '=> ',
requires: [],
should_load_requires: true,
- should_load_plugins: false,
windows_console_warning: true,
control_d_handler: Pry::ControlDHandler.method(:default),
memory_size: 100,