[ruby-talk:02430] Re: Please join me, I'm Hashing documentation

From: Dave Thomas <Dave@...>
Date: 2000-04-10 21:38:56 UTC
List: ruby-talk #2430
mrilu <mrilu@ale.cx> writes:

> I'm sure there'll be discussion how we can join our forces for better 
> world(tm), but I wanted to act in hurry. So I list all the routines declared
> in hash.c's Init_hash() which are not mentioned in the docs.

For what it's worth, we're hoping to be able to put the reference
sections of our book online. For hash we're currently documenting:

    [ ] new == [ ] [ ]= clear clone default default= delete delete_if
    dup each each_key each_pair each_value empty?  fetch has_key?
    has_value?  include?  index indexes indices invert key?  keys
    length member?  rehash reject!  replace shift size sort store to_a
    to_s update value?  values

Of course, we have to _finish_ the book first ;-)



Dave

In This Thread