From e4ebf6d946ad4dcf21a4db1c2dc75dde28f58b92 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 15 Jan 2013 14:07:22 +0000 Subject: object.c: two literals * object.c (rb_mod_to_s): concatenate two literals. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/object.c b/object.c index 660be571ab..bb4851da65 100644 --- a/object.c +++ b/object.c @@ -1349,10 +1349,9 @@ rb_mod_to_s(VALUE klass) VALUE refined_class, defined_at; if (FL_TEST(klass, FL_SINGLETON)) { - VALUE s = rb_usascii_str_new2("#<"); + VALUE s = rb_usascii_str_new2("#