ruby-changes:22803
From: tadf <ko1@a...>
Date: Wed, 29 Feb 2012 06:55:04 +0900 (JST)
Subject: [ruby-changes:22803] tadf:r34852 (trunk): replaced rdoc for Complex::I
tadf 2012-02-29 06:53:54 +0900 (Wed, 29 Feb 2012) New Revision: 34852 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34852 Log: replaced rdoc for Complex::I Modified files: trunk/complex.c Index: complex.c =================================================================== --- complex.c (revision 34851) +++ complex.c (revision 34852) @@ -1984,7 +1984,7 @@ rb_define_method(rb_cFloat, "phase", float_arg, 0); /* - * (0+1i) + * The imaginary unit. */ rb_define_const(rb_cComplex, "I", f_complex_new_bang2(rb_cComplex, ZERO, ONE)); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/