From: "rosenfeld (Rodrigo Rosenfeld Rosas)" Date: 2012-11-07T21:56:35+09:00 Subject: [ruby-core:49031] [ruby-trunk - Feature #7226] Added #join method as a shortcut for to_a.join Issue #7226 has been updated by rosenfeld (Rodrigo Rosenfeld Rosas). +1. I was about to create the same feature request some weeks ago when I tried to join a set but was too lazy to do so :) ---------------------------------------- Feature #7226: Added #join method as a shortcut for to_a.join https://bugs.ruby-lang.org/issues/7226#change-32557 Author: nathan.f77 (Nathan Broadbent) Status: Open Priority: Normal Assignee: matz (Yukihiro Matsumoto) Category: lib Target version: next minor I was surprised that `Set.new.join` gives me a NoMethodError. This patch that adds a #join method to Set, which is a shortcut for `to_a.join`. -- http://bugs.ruby-lang.org/