[#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: [doc] Inconsistent "call-seq" usage etc.

From: Dave Thomas <dave@...>
Date: 2004-07-09 17:56:35 UTC
List: ruby-core #3168
On Jul 9, 2004, at 12:29, Johan Holmberg wrote:
> -------------------------------------
>     time.hour => fixnum
>
>     Returns the hour of the day (0..23) for time.
>     ...
> -------------------------------------
>     httpdate()
>
>     Returns a string which represents the time as rfc1123-date of
>     HTTP-date defined by RFC 2616:
>     ...
> -------------------------------------
>
> Note how the first method description explicitly mentions the
> receiver (called "time" there), and the second method lets the
> receiver be implicit.

That's because I had the information available for the C stuff, but 
RDoc can't make up the names for the receiver for Ruby source.
>
> I think this inconsistency ought to be resolved.

I'd welcome suggestions and patches.


Cheers

Dave


In This Thread