diff --git a/lib/pry/config.rb b/lib/pry/config.rb index 9f0e93d6..c93b3964 100644 --- a/lib/pry/config.rb +++ b/lib/pry/config.rb @@ -107,10 +107,6 @@ class Pry # @return [Integer] Amount of results that will be stored into out attr_accessor :memory_size - - # @return [Boolean] Whether or not evalation results (`=>`) are sent - # through a pager. - attr_accessor :result_pager end end