From 7aba5c26158a9a93d44f58412ace982781bc54fe Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Fri, 1 Feb 2013 16:45:50 +0200 Subject: [PATCH] ShowInfo: remove `--flood` switch We don't support this switch anymore. --- lib/pry/commands/show_info.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pry/commands/show_info.rb b/lib/pry/commands/show_info.rb index 5d0e3a06..487f5bcd 100644 --- a/lib/pry/commands/show_info.rb +++ b/lib/pry/commands/show_info.rb @@ -13,7 +13,6 @@ class Pry opt.on :s, :super, "Select the 'super' method. Can be repeated to traverse the ancestors", :as => :count opt.on :l, "line-numbers", "Show line numbers" opt.on :b, "base-one", "Show line numbers but start numbering at 1 (useful for `amend-line` and `play` commands)" - opt.on :f, :flood, "Do not use a pager to view text longer than one screen" opt.on :a, :all, "Show all definitions and monkeypatches of the module/class" end