module T::Props::PrettyPrintable

def pretty_inspect

Return a pretty string representation of this object and all of its props
def pretty_inspect
  string = +""
  PP.pp(self, string)
  string
end