HomePhorge

Call Array#join explicitly on command
8b6a775bd531Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Call Array#join explicitly on command

In Ruby 1.8 Array#to_s simply returns self.join and in 1.9 it works like
.join(", "). We should avoid relying on it.

Details

Provenance
Whyme.Lyu <5longluna@gmail.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU18afb3a5262b: Merge branch 'tickets/2.7.x/7982' into 2.7.x
Branches
Unknown
Tags
Unknown

Event Timeline

Whyme.Lyu <5longluna@gmail.com> committed rPU8b6a775bd531: Call Array#join explicitly on command (authored by Whyme.Lyu <5longluna@gmail.com>).Sep 25 2011, 5:27 PM