From: naruse@... Date: 2014-05-27T03:18:04+00:00 Subject: [ruby-core:62767] [ruby-trunk - Feature #7226] Added #join method as a shortcut for to_a.join Issue #7226 has been updated by Yui NARUSE. Related to Bug #1893: Recursive Enumerable#join is surprising added ---------------------------------------- Feature #7226: Added #join method as a shortcut for to_a.join https://bugs.ruby-lang.org/issues/7226#change-46885 * Author: Nathan Broadbent * Status: Open * Priority: Normal * Assignee: 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`. ---Files-------------------------------- add_join_to_set.patch (788 Bytes) add_join_to_set.patch (756 Bytes) -- https://bugs.ruby-lang.org/