From: "boris_stitnicky (Boris Stitnicky)" <boris@...> Date: 2012-11-18T12:20:42+09:00 Subject: [ruby-core:49508] [ruby-trunk - Feature #6721] Object#yield_self Issue #6721 has been updated by boris_stitnicky (Boris Stitnicky). #ergo is a well-thought method name, I like it better than all others. ---------------------------------------- Feature #6721: Object#yield_self https://bugs.ruby-lang.org/issues/6721#change-33040 Author: alexeymuranov (Alexey Muranov) Status: Open Priority: Normal Assignee: Category: core Target version: next minor =begin I think the following method is missing from Ruby: class Object def yield_self(*args) yield(self, *args) end end I do not know a good use case, but it looks very natural to me. It can be used in method chains. What do you think? Is there an alternative? =end -- http://bugs.ruby-lang.org/