awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.07k stars 454 forks source link

AwesomePrint.pry! overrides Pry's auto-pagination #347

Closed booch closed 3 years ago

booch commented 5 years ago

Using output.puts overrides Pry's auto-pagination, forcing the output to be printed directly.

quetzalcoatl commented 4 years ago

FYI: https://github.com/pry/pry/wiki/FAQ#awesome_print

Pry.config.print = proc { |output, value| Pry::Helpers::BaseHelpers.stagger_output("=> #{value.ai}", output) }
BryanH commented 3 years ago

If you want to make a pull request to implement this - please do and reopen!