[macruby-changes] [4120] MacRuby/trunk/numeric.c

source_changes at macosforge.org source_changes at macosforge.org
Tue May 18 10:47:53 PDT 2010


Revision: 4120
          http://trac.macosforge.org/projects/ruby/changeset/4120
Author:   martinlagardette at apple.com
Date:     2010-05-18 10:47:50 -0700 (Tue, 18 May 2010)
Log Message:
-----------
Fix minor issue. Ruby changed the rdoc => to ->, but we haven't made the switch yet

Modified Paths:
--------------
    MacRuby/trunk/numeric.c

Modified: MacRuby/trunk/numeric.c
===================================================================
--- MacRuby/trunk/numeric.c	2010-05-18 08:21:55 UTC (rev 4119)
+++ MacRuby/trunk/numeric.c	2010-05-18 17:47:50 UTC (rev 4120)
@@ -265,7 +265,7 @@
 
 /*
  *  call-seq:
- *     num.i  ->  Complex(0,num)
+ *     num.i  =>  Complex(0,num)
  *
  *  Returns the corresponding imaginary number.
  *  Not available for complex numbers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100518/4eeae590/attachment.html>


More information about the macruby-changes mailing list