From: colby@... Date: 2017-04-25T05:33:29+00:00 Subject: [ruby-core:80856] [Ruby trunk Misc#13502] remove unused Array#to_s implementation Issue #13502 has been updated by colby (Colby Swandale). Thanks for the feedback Eric. I'll work on that. ---------------------------------------- Misc #13502: remove unused Array#to_s implementation https://bugs.ruby-lang.org/issues/13502#change-64461 * Author: colby (Colby Swandale) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- Hello Ruby Team! First time i've make a commit request, hopefully not the last :) While browsing the src of ruby, specifically array.c i noticed that Array#to_s is an alias of Array#inspect but the implementation of Array#to_s still remains in src. I tried to find a reason why the implementation still remains in src without any luck but let me know if there is a reason why. This change simply removes the Array#to_s implementation. Thanks in advance. ---Files-------------------------------- 0001-remove-array-to_s-implementation.patch (842 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: