[#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] ri --help output typos

From: Doug Kearns <djkea2@...>
Date: 2004-02-19 01:12:04 UTC
List: ruby-core #2463
Index: lib/rdoc/ri/ri_options.rb
===================================================================
RCS file: /src/ruby/lib/rdoc/ri/ri_options.rb,v
retrieving revision 1.6
diff -u -u -r1.6 ri_options.rb
--- lib/rdoc/ri/ri_options.rb	10 Jan 2004 17:10:19 -0000	1.6
+++ lib/rdoc/ri/ri_options.rb	19 Feb 2004 01:07:21 -0000
@@ -120,7 +120,7 @@
               ri  zip
 
           Note that shell quoting may be required for method names
-          containing puncuation:
+          containing punctuation:
 
               ri 'Array.[]'
               ri compact\\!
@@ -150,7 +150,7 @@
             end
             puts
           end
-          puts "Options may also be passed in the 'RI' environment varaible"
+          puts "Options may also be passed in the 'RI' environment variable"
           exit 0
         end
       end

In This Thread

Prev Next