pp(obj)
Instance Public methods
Adds obj
to the pretty printing buffer using Object#pretty_print or Object#pretty_print_cycle.
Object#pretty_print_cycle
is used when obj
is already printed, a.k.a the object
reference chain has a cycle.
Please login to continue.