ruby-changes:54395
From: svn <ko1@a...>
Date: Fri, 28 Dec 2018 19:33:10 +0900 (JST)
Subject: [ruby-changes:54395] svn:r66609 (trunk): * expand tabs.
svn 2018-12-28 19:33:04 +0900 (Fri, 28 Dec 2018) New Revision: 66609 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66609 Log: * expand tabs. Modified files: trunk/variable.c Index: variable.c =================================================================== --- variable.c (revision 66608) +++ variable.c (revision 66609) @@ -3028,7 +3028,7 @@ rb_deprecate_constant(VALUE mod, const c https://github.com/ruby/ruby/blob/trunk/variable.c#L3028 rb_class_modify_check(mod); if (!(id = rb_check_id_cstr(name, len, NULL))) { - undefined_constant(mod, rb_fstring_new(name, len)); + undefined_constant(mod, rb_fstring_new(name, len)); } if (!(ce = rb_const_lookup(mod, id))) { undefined_constant(mod, ID2SYM(id)); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/