I have no strong objection, but it is true that we have big side effect when we allow `to_h` from `Hash()` as @Dan0042 pointed out for example. What do you think? Matz. matz (Yukihiro Matsumoto)
First, it doesn't seem directly related to the example and the functionality being proposed. Second, it doesn't directly explain the pros and cons of introducing `undef`ining constants. At this point, I don't see the need for it. Matz.matz (Yukihiro Matsumoto)
I don't think it's not worth for the new syntax, where you can do similar thing with: ``` begin ret = begin # .... end ensure LOGGER.debug "return value: #{ret}" end ``` Matz. matz (Yukihiro Matsumoto)
I failed to persuade me. I admit there's a lack of symmetry, but I don't think it's not worth the potential performance burden. Matz. matz (Yukihiro Matsumoto)