[DOC] Complex() default behaviour is exception: true [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2019-01-03 05:51:19 +00:00
parent bace0d4cdc
commit 670725b087

View File

@ -419,7 +419,7 @@ static VALUE nucomp_s_convert(int argc, VALUE *argv, VALUE klass);
/*
* call-seq:
* Complex(x[, y], exception: false) -> numeric or nil
* Complex(x[, y], exception: true) -> numeric or nil
*
* Returns x+i*y;
*