Add Enumerable#join with same semantics as Array#join #97

Closed
wants to merge 1 commit into
from

Projects

None yet

2 participants

@gsterndale

First time committer here. How can I improve this implementation?

Enumerable#join

>> (1..3).join(',')
=> "1,2,3"

http://bugs.ruby-lang.org/issues/5970

Thanks!

@zzak
Member
zzak commented Nov 18, 2012

Closing this, please refer to feature #5970 on redmine

@zzak zzak closed this Nov 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment