the object to prettify
an implicit Prettifier that will be used
    to prettify the passed object o
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      Returns a pretty String representation of the object o
Returns a pretty String representation of the object o
      
    
      
      
    
      
      
    
      
      
    
      
      
    
      
Implicit class that adds a
prettymethod to any object.The constructor of this class, besides taking an object
oto prettify, also takes an implicitPrettifierthat theprettymethod will use to prettify the object.