1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* numeric.c (do_coerce): fix comment and adjust indent

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2013-01-10 08:12:58 +00:00
parent 4707fdea01
commit 8307cb90a0

View file

@ -225,8 +225,8 @@ do_coerce(VALUE *x, VALUE *y, int err)
RSTRING_PTR(v):
rb_obj_classname(*y),
rb_obj_classname(*x));
}
return FALSE; /* dummy */
}
return FALSE;
}
if (!RB_TYPE_P(ary, T_ARRAY) || RARRAY_LEN(ary) != 2) {