From: Yusuke Endoh Date: 2012-02-07T23:52:31+09:00 Subject: [ruby-core:42399] [ruby-trunk - Feature #615][Rejected] "with" operator Issue #615 has been updated by Yusuke Endoh. Status changed from Assigned to Rejected I'm rejecting this feature ticket because no progress has been made for a long time. See [ruby-core:42391]. -- Yusuke Endoh ---------------------------------------- Feature #615: "with" operator https://bugs.ruby-lang.org/issues/615 Author: Lavir the Whiolet Status: Rejected Priority: Normal Assignee: Yukihiro Matsumoto Category: Target version: =begin "with" operator is required. It must work like an ordinary method which gets one arguemnt and a block. All expressions in the block are not required to point the argument explicitly; all method calls are related to the argument by default. Example: x = "Sample" with x do puts class puts reverse end would produce: String elpmaS =end -- http://bugs.ruby-lang.org/