From: Eric Wong Date: 2017-04-24T05:01:58+00:00 Subject: [ruby-core:80841] Re: [Ruby trunk Misc#13502] remove unused Array#to_s implementation Thanks for the report. I think we need to keep an alias for rb_ary_to_s in intern.h for backwards-compatibility. intern.h is (unfortunately) part of the public API which 3rd-party extensions may depend on. Perhaps use the RUBY_ALIAS_FUNCTION macro to preserve the alias in intern.h, but remove it from array.c. Thanks. Unsubscribe: