Closed HarlemSquirrel closed 1 year ago
Closes #78
We can enable (default) or disable the pager in Pry like so
Pry.configure do |config| config.pager = true end
We can start a pry session like
ruby -e 'require "pry"; binding.pry' pry(main)> ("A".."z").to_a
With pager enabled now we get paging with AmazingPrint.
Without paging we get the output scrolled with terminal scrollback
Closes #78
We can enable (default) or disable the pager in Pry like so
We can start a pry session like
With pager enabled now we get paging with AmazingPrint.
Without paging we get the output scrolled with terminal scrollback