removed unused results_pager config option

This commit is contained in:
John Mair 2011-07-27 05:16:07 +12:00
parent 0394c3e6ea
commit b8847e538b
1 changed files with 0 additions and 4 deletions

View File

@ -107,10 +107,6 @@ class Pry
# @return [Integer] Amount of results that will be stored into out # @return [Integer] Amount of results that will be stored into out
attr_accessor :memory_size attr_accessor :memory_size
# @return [Boolean] Whether or not evalation results (`=>`) are sent
# through a pager.
attr_accessor :result_pager
end end
end end