mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enum.c: [DOC] Fixes Enumerable#member? documentation
[fix GH-756][ci skip] Patch by @shamanime git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
00f7db376c
commit
ffe896c3cb
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Mar 14 18:07:23 2015 Kazuki Tanaka <gogotanaka@ruby-lang.org>
|
||||
|
||||
* enum.c: [DOC] Fixes Enumerable#member? documentation
|
||||
[fix GH-756][ci skip] Patch by @shamanime
|
||||
|
||||
Sat Mar 14 12:23:53 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* dir.c (glob_helper): use d_type to reduce lstat system calls.
|
||||
|
|
2
enum.c
2
enum.c
|
@ -2003,6 +2003,8 @@ member_i(RB_BLOCK_CALL_FUNC_ARGLIST(iter, args))
|
|||
*
|
||||
* IO.constants.include? :SEEK_SET #=> true
|
||||
* IO.constants.include? :SEEK_NO_FURTHER #=> false
|
||||
* IO.constants.member? :SEEK_SET #=> true
|
||||
* IO.constants.member? :SEEK_NO_FURTHER #=> false
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue