1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

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

View file

@ -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