I understand the motivation, but I'm still not fully convinced that this particular use case is enough to justify introducing dedicated syntax. There are similar requests as well, such as wanting to match based on `respond_to?`. It migh...ktsj (Kazuki Tsujimoto)
> Would it be possible for power_assert to avoid depending on Class#new being present in the stack trace? I updated power_assert. https://github.com/ruby/power_assert/pull/56 Now, it should work.ktsj (Kazuki Tsujimoto)
I agree with tompng's proposal. > I'm guessing that `a in b`, is parsed as `a in [b,]` but a trailing comma like that is just too wild for me `in` (`=>`) can be considered right assignment. And, I think it makes sense that a trail...ktsj (Kazuki Tsujimoto)