Skip to content

Make inspection value for Example::Procsy be the same as class name of it

gitlab-qa-bot requested to merge github/fork/neko314/example_procsy into main

Created by: neko314

I found inspect for Example::Procsy a little bit different from it's class name. Actually, I searched ExampleProcsy class to debug. I think It's better that inspection of instance shows the class name.

In this PR, I update the return value from ExampleProcsy to Example::Procsy.

Merge request reports