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:
parent
0394c3e6ea
commit
b8847e538b
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue