From: "trans (Thomas Sawyer)" Date: 2012-03-30T08:16:28+09:00 Subject: [ruby-core:43903] [ruby-trunk - Feature #6176] Allow Enumerable#flatten to take a block Issue #6176 has been updated by trans (Thomas Sawyer). Ok. I agree. Reject issue. ---------------------------------------- Feature #6176: Allow Enumerable#flatten to take a block https://bugs.ruby-lang.org/issues/6176#change-25420 Author: trans (Thomas Sawyer) Status: Assigned Priority: Normal Assignee: matz (Yukihiro Matsumoto) Category: Target version: I see a new method `#flat_map` has been added to Enumerable. Yet passing a block to #flatten has no use. That seems a waste, as it adds yet another method to remember when one we already know can do the job and makes sense. -- http://bugs.ruby-lang.org/