From 820e5ade8be622d97cff00c04bc861a98e582067 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 2 Dec 2014 06:59:25 +0000 Subject: array.c: decoration * array.c (rb_ary_plus): inline decoration of the operator. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- array.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'array.c') diff --git a/array.c b/array.c index 2c390f9749..6babe97ef9 100644 --- a/array.c +++ b/array.c @@ -3530,12 +3530,11 @@ rb_ary_fill(int argc, VALUE *argv, VALUE ary) * is the same as * x = x + y * This means that it produces a new array. As a consequence, - * repeated use of += on arrays can be quite inefficient. + * repeated use of += on arrays can be quite inefficient. * * See also Array#concat. */ - VALUE rb_ary_plus(VALUE x, VALUE y) { -- cgit v1.2.3