[#2367] Standard libraries — Dave Thomas <dave@...>

From ruby-dev summary:

60 messages 2004/02/11

[#2397] PATCH: deprecate cgi-lib, getopts, importenv, parsearg from standard library — Gavin Sinclair <gsinclair@...>

Index: cgi-lib.rb

15 messages 2004/02/12

[#2465] PATCH: OpenStruct#initialize to yield self — Gavin Sinclair <gsinclair@...>

This is a common approach I use to object initialization; I don't know

24 messages 2004/02/19

[PATCH] trivial RDoc patch for array.c

From: Doug Kearns <djkea2@...>
Date: 2004-02-26 10:25:53 UTC
List: ruby-core #2511
Index: array.c
===================================================================
RCS file: /src/ruby/array.c,v
retrieving revision 1.139
diff -u -r1.139 array.c
--- array.c	30 Dec 2003 16:36:05 -0000	1.139
+++ array.c	26 Feb 2004 10:22:21 -0000
@@ -1636,7 +1636,7 @@
  *  
  *  Invokes <i>block</i> once for each element of <i>self</i>. Creates a 
  *  new array containing the values returned by the block.
- *  See also Enumerable#collect</code>.
+ *  See also <code>Enumerable#collect</code>.
  *     
  *     a = [ "a", "b", "c", "d" ]
  *     a.collect {|x| x + "!" }   #=> ["a!", "b!", "c!", "d!"]

In This Thread

Prev Next