Closed borela closed 6 years ago
I'm sorry, but this feature is beyond the scope of this project. Looks like a very opinionated way of string-representing things. And String(new NameOfTheClass())
should be whatever (new NameOfTheClass()).toString()
returns, not [instance NameOfTheClass]
Ok then.
Implements #157
Classes are converted to string as:
[class NameOfTheClass]
And instances as:
[instance NameOfTheClass]