[#3228] Core support for Gems, and namespace — "Luke A. Kanies" <luke@...>

Hi all,

21 messages 2004/07/27
[#3230] Re: Core support for Gems, and namespace — Austin Ziegler <halostatue@...> 2004/07/27

On Tue, 27 Jul 2004 11:39:08 +0900, Luke A. Kanies <luke@madstop.com> wrote:

[#3234] Re: Core support for Gems, and namespace — "Luke A. Kanies" <luke@...> 2004/07/27

On Tue, 27 Jul 2004, Austin Ziegler wrote:

[#3238] Re: Core support for Gems, and namespace — Austin Ziegler <halostatue@...> 2004/07/27

On Wed, 28 Jul 2004 00:14:29 +0900, Luke A. Kanies <luke@madstop.com> wrote:

Reporting RI-documentation corrections ?

From: Johan Holmberg <holmberg@...>
Date: 2004-07-05 13:15:57 UTC
List: ruby-core #3132
Hi !

What is the preferred way to report corrections
to the RI-documenation ?

I have noticed some errors (both content and formatting) and think
it would nice if they were corrected.

I while ago I reported a minor "typo" in the RI documentation here
on this list (see the end of this mail), but received no response
whatsoever.

Maybe this list is the wrong forum to report such stuff ???

Maybe there is some person that have a special "responsibility"
for making sure the RI-documenation is up-to-date ?

/Johan Holmberg

----------------------------------------------------------
On Sun, 13 Jun 2004, Johan Holmberg wrote:

> Date: Sun, 13 Jun 2004 00:22:48 +0900
> From: Johan Holmberg <holmberg@iar.se>
> To: ruby-core@ruby-lang.org
> Subject: Enumerable#each_with_index in "ri"
>
>
> The description in "ri" of the return value of
> Enumerable#each_with_index seem to be incorrect.
> How about applying the following change ?
>
> /Johan Holmberg
>
> ---------------------------------------------------------
> --- enum.c.orig	2004-04-14 06:06:24.000000000 +0200
> +++ enum.c	2004-06-12 16:59:26.000000000 +0200
> @@ -806,7 +806,7 @@
>
>  /*
>   *  call-seq:
> - *     enum.each_with_index {|obj, i| block }  -> nil
> + *     enum.each_with_index {|obj, i| block }  -> enum
>   *
>   *  Calls <em>block</em> with two arguments, the item and its index, for
>   *  each item in <i>enum</i>.
> ---------------------------------------------------------
>
>

In This Thread