[前][次][番号順一覧][スレッド一覧]

ruby-changes:54481

From: kazu <ko1@a...>
Date: Thu, 3 Jan 2019 14:51:24 +0900 (JST)
Subject: [ruby-changes:54481] kazu:r66696 (trunk): [DOC] Complex() default behaviour is `exception: true` [ci skip]

kazu	2019-01-03 14:51:19 +0900 (Thu, 03 Jan 2019)

  New Revision: 66696

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66696

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

  Modified files:
    trunk/complex.c
Index: complex.c
===================================================================
--- complex.c	(revision 66695)
+++ complex.c	(revision 66696)
@@ -419,7 +419,7 @@ static VALUE nucomp_s_convert(int argc, https://github.com/ruby/ruby/blob/trunk/complex.c#L419
 
 /*
  * call-seq:
- *    Complex(x[, y], exception: false)  ->  numeric or nil
+ *    Complex(x[, y], exception: true)  ->  numeric or nil
  *
  * Returns x+i*y;
  *

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]