module T::Props::PrettyPrintable
def pretty_inspect
Override the PP gem with something that's similar, but gives us a hook
def pretty_inspect T.unsafe(T.cast(self, Object).class).decorator.inspect_instance(self, multiline: true) end
def pretty_inspect T.unsafe(T.cast(self, Object).class).decorator.inspect_instance(self, multiline: true) end