Implicit class that adds a pretty method to any object.
Implicit class that adds a pretty method to any object.
The constructor of this class, besides taking an object o to prettify,
also takes an implicit Prettifier that the pretty method will use to prettify the
object.
Companion object for trait
PrettyMethodsenabling its members to be imported as an alternative to mixing them in.