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!
[#5970] Add Enumerable#join with same semantics as Array#join
56e6f3e
Closing this, please refer to feature #5970 on redmine
First time committer here. How can I improve this implementation?
Enumerable#join
http://bugs.ruby-lang.org/issues/5970
Thanks!