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, 1 insertions, 3 deletions
diff --git a/lib/pry/config.rb b/lib/pry/config.rb
index 18626363..c42bab21 100644
--- a/lib/pry/config.rb
+++ b/lib/pry/config.rb
@@ -108,9 +108,6 @@ class Pry
# @return [Integer] how many input/output lines to keep in memory
attribute :memory_size
- # @return [Proc]
- attribute :control_d_handler
-
# @return [Proc] The proc that runs system commands
attribute :system
@@ -263,6 +260,7 @@ class Pry
@custom_attrs = @custom_attrs.dup
end
+ attr_reader :control_d_handler
def control_d_handler=(value)
proxy_proc =
if value.arity == 2