Closed neko314 closed 3 years ago
@pirj Thanks for your review and approving!
The one of jobs on CI - RSpec CI / Legacy Ruby Builds (JRuby 1.7 1.8 mode) (pull_request)
failed. I couldn't make it green by my self. Does it related to #2909 or not?
Thanks!
I found inspect for
Example::Procsy
a little bit different from it's class name. Actually, I searchedExampleProcsy
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
toExample::Procsy
.