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

Plain Ruby Objects are not formatted properly #416

Open saimageshvar opened 3 years ago

saimageshvar commented 3 years ago

When trying ap with PORO, it is displayed in single line without any formatting.

image Is this the expected formatting? Or should I pass any options?

cecomp64 commented 2 years ago

I see the same thing on 1.9.2. The README made it seem like it would work on any object, but the only example given is with the Rails console on an ActiveRecord object. There does seem to be an Object formatter, though, so it would be nice if the author had some guidance regarding plain ruby objects.

Seif-apprentus commented 1 year ago

Is there any news about this?