1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justin

Collins in [ruby-core:26050].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-10-11 06:54:54 +00:00
parent 433073cf7c
commit bffae00241
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Sun Oct 11 15:54:52 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justin
Collins in [ruby-core:26050].
Sun Oct 11 10:27:09 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/irb/context.rb (IRB::Context#irb_name): removed duplicated

View file

@ -435,9 +435,9 @@ fgdbm_index(VALUE obj, VALUE value)
/*
* 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