module T::Props::PrettyPrintable

def inspect

Return a string representation of this object and all of its props in a single line
def inspect
  string = +""
  PP.singleline_pp(self, string)
  string
end