* 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:
parent
4707fdea01
commit
8307cb90a0
@ -225,8 +225,8 @@ do_coerce(VALUE *x, VALUE *y, int err)
|
|||||||
RSTRING_PTR(v):
|
RSTRING_PTR(v):
|
||||||
rb_obj_classname(*y),
|
rb_obj_classname(*y),
|
||||||
rb_obj_classname(*x));
|
rb_obj_classname(*x));
|
||||||
}
|
}
|
||||||
return FALSE; /* dummy */
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!RB_TYPE_P(ary, T_ARRAY) || RARRAY_LEN(ary) != 2) {
|
if (!RB_TYPE_P(ary, T_ARRAY) || RARRAY_LEN(ary) != 2) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user