Project

General

Profile

Backport #2194 ยป gdbm-doc.patch

doc patch for gdbm - jsc (Justin Collins), 10/11/2009 03:40 PM

View differences:

ext/gdbm/gdbm.c (working copy)
/*
* call-seq:
* gdbm.select { |value| block } -> array
* gdbm.select { |key, value| block } -> array
*
* Returns a new array of all values of the database for which _block_
* Returns a new array of all key-value pairs of the database for which _block_
* evaluates to true.
*/
static VALUE
    (1-1/1)