summaryrefslogtreecommitdiff
path: root/lib/pry
diff options
context:
space:
mode:
authorKyrylo Silin <kyrylosilin@gmail.com>2013-02-01 16:45:50 +0200
committerKyrylo Silin <kyrylosilin@gmail.com>2013-02-01 16:46:46 +0200
commit7aba5c26158a9a93d44f58412ace982781bc54fe (patch)
treed673f34823ccc14f257be8dc991200219fe166f8 /lib/pry
parent1c2d77e7fc8a284dce972ecd9a28b816ec42e312 (diff)
downloadpry-7aba5c26158a9a93d44f58412ace982781bc54fe.tar.gz
ShowInfo: remove `--flood` switch
We don't support this switch anymore.
Diffstat (limited to 'lib/pry')
-rw-r--r--lib/pry/commands/show_info.rb1
1 files changed, 0 insertions, 1 deletions
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