From 2d6da40c54433cd40b133b130aa9ea6956e123d8 Mon Sep 17 00:00:00 2001 From: John Mair Date: Sun, 31 Jul 2011 21:48:18 +1100 Subject: [PATCH] another pry-git commit, removed last trace of config.results_pager --- lib/pry/pry_class.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pry/pry_class.rb b/lib/pry/pry_class.rb index 1362c6d7..5618761a 100644 --- a/lib/pry/pry_class.rb +++ b/lib/pry/pry_class.rb @@ -214,7 +214,6 @@ class Pry config.history.file = File.expand_path("~/.pry_history") config.memory_size = 100 - config.results_pager = true end # Set all the configurable options back to their default values