[#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:

Re: Reporting RI-documentation corrections ?

From: Dave Thomas <dave@...>
Date: 2004-07-05 15:01:36 UTC
List: ruby-core #3133
On Jul 5, 2004, at 8:15, Johan Holmberg wrote:

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

Probably an e-mail here.

> 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.

I'm sorry - I must have missed the report.

In general, the ri documentation is extracted from Ruby source. I'd 
hope that the person most closely associated with a source file will 
update documentation as needed. I'm also happy to make changes.
>>  /*
>>   *  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>.
>> ---------------------------------------------------------

Unfortunately, I'm in a hotel right now, and for some reason the CVS 
repository won't give me access. Could someone else make this change?


Cheers

Dave


In This Thread