[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:01672] Re: Ruby 1.4 stable manual bug?

From: Yukihiro Matsumoto <matz@...>
Date: 2000-03-02 04:39:29 UTC
List: ruby-talk #1672
The following message is a courtesy copy of an article
that has been posted to comp.lang.misc as well.

Hi,

Muvaw Pnazte <bugathlon@yahoo.com> writes:

|My manual File.html says:
|
|stat(pathname) 
|
|        Splits the pathname in a pair [head, tail], where tail 
|        is the last pathname component and head is everything
|        leading up to that. 
|
|stat(filename) 
|
|        Returns the status info of the filename in the Stat 
|        structure, which has attributes as follows: 

Oops, the former `stat' should be `split'.

|How manuals are made? I think somewhere exists base document (POD?)
|which is then translated into HTML and PDF. Is it possible to get these
|root documents public so that one can make "patches". I would like to
|see the processing program too.

I write them in HTML directly, having plan to move to RD
(Ruby Document format - simplified POD like text).

|I would really like to see current documents to contain (more, better)
|examples and cross-referencing like in this example split and join.
|Producing these might be overkill for one person like Matz but I believe
|in the power of masses (but not chaos :).

Patches, suggestions, document maintainers are always welcome.

							matz.

In This Thread

Prev Next