Hi!
Consider the method: RTSunburstBuilderExamples >> basic15 <gtExample> | b mt | b := RTSunburstBuilder new. … ^ b
By having the pragma I can run the example as a test. That is good, but I want to have the object inspected. Currently it does not. Is there a way to get the object inspected?
With <script: ‘self new basic15 inspect’> instead of <gtExample>, then I could get it.
Alexandre