From: akr@... Date: 2014-05-10T11:35:16+00:00 Subject: [ruby-core:62498] [ruby-trunk - Feature #9071] Enumerable#slice_after Issue #9071 has been updated by Akira Tanaka. File slice_after.patch added Assignee set to Akira Tanaka I impelemented Enumerable#slice_after. I found two request for this feature: This issue and http://stackoverflow.com/questions/22622156/how-to-implement-slice-after-or-group-certain-elements-with-certain-subsequent I wrote the document with an example follows: ``` % ./ruby -e ' lines = ["foo\n", "bar\\\n", "baz\n", "\n", "qux\n"] e = lines.slice_after(/(?