stringable.pony 1 2 3 4 5 6 7 8interface box Stringable """ Things that can be turned into a String. """ fun string(): String iso^ """ Generate a string representation of this object. """