Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: note about custom inspect functions
See: #1798 When an Object is printed in REPL, the actual representation can be overriden by defining `inspect` method on the objects. This patch includes a note about the same in the REPL documentation
- Loading branch information