amazing-print / amazing_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
MIT License
783 stars 33 forks source link

Update Irb integration for v1.2.6+ #81

Closed HarlemSquirrel closed 3 years ago

HarlemSquirrel commented 3 years ago

I noticed when using amazing print on recent version of IRB that I would get an invalid number of arguments error. I then found this commit that added an argument to #output_value so this adds the optional argument.

https://github.com/ruby/irb/commit/c5ea79d5cecea9cae6ad0c1f31703a98cd329431

paddor commented 3 years ago

Thanks!