From: mail@... Date: 2014-08-27T09:38:14+00:00 Subject: [ruby-core:64584] [ruby-trunk - Feature #10174] [Open] [PATCH] Removed meaningless #to_s methods in interpolation Issue #10174 has been reported by gogo tanaka. ---------------------------------------- Feature #10174: [PATCH] Removed meaningless #to_s methods in interpolation https://bugs.ruby-lang.org/issues/10174 * Author: gogo tanaka * Status: Open * Priority: Normal * Assignee: * Category: lib * Target version: ---------------------------------------- I found meaningless #to_s methods in interpolation like ... `"Failed to load #{filename}, #{e.to_s}"` So I changed these to like ... `"Failed to load #{filename}, #{e}"` ---Files-------------------------------- RemoveNomeaning_to_s.PATCH (3.02 KB) -- https://bugs.ruby-lang.org/