Project

General

Profile

Actions

Feature #5970

open

Add Enumerable#join with same semantics as Array#join

Added by now (Nikolai Weibull) about 12 years ago. Updated over 6 years ago.

Status:
Assigned
Target version:
-
[ruby-core:42357]

Description

Currently, to join the elements of an Enumerable, you need to call #to_a on the Enumerable and then #join the result. With Enumerable#join one wouldn’t need need to create an intermediate Array.


Files

enumerable_join.patch (5.42 KB) enumerable_join.patch zzak (zzak _), 11/19/2012 08:26 AM

Related issues 1 (0 open1 closed)

Has duplicate Ruby master - Feature #7226: Add Set#join method as a shortcut for to_a.joinRejectedknu (Akinori MUSHA)10/28/2012Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0