From: nobu@... Date: 2016-04-02T09:31:51+00:00 Subject: [ruby-core:74785] [Ruby trunk Feature#12241][Rejected] super end Issue #12241 has been updated by Nobuyoshi Nakada. Status changed from Open to Rejected ---------------------------------------- Feature #12241: super end https://bugs.ruby-lang.org/issues/12241#change-57911 * Author: Nobuyoshi Nakada * Status: Rejected * Priority: Normal * Assignee: joke ---------------------------------------- This is a refinement of [Feature #5054]. It required to count the depth of count to end, and tiresome. This proposal will introduce "super end", `!end`, which ends the block began at the same column with `!`. ~~~ruby module MyModule class MyClass def my_method 10.times do if rand < 0.5 p :small !end ~~~ https://github.com/ruby/ruby/compare/trunk...nobu:feature/!end -- https://bugs.ruby-lang.org/ Unsubscribe: