зеркало из https://github.com/github/ruby.git
* ext/etc/etc.c: fix struct name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
1657cbab0d
Коммит
6e9c02515d
|
@ -777,7 +777,7 @@ Init_etc(void)
|
|||
* members of the group.
|
||||
*/
|
||||
rb_define_const(mEtc, "Group", sGroup);
|
||||
rb_set_class_path(sPasswd, mEtc, "Group");
|
||||
rb_set_class_path(sGroup, mEtc, "Group");
|
||||
rb_define_const(rb_cStruct, "Group", sGroup); /* deprecated name */
|
||||
rb_extend_object(sGroup, rb_mEnumerable);
|
||||
rb_define_singleton_method(sGroup, "each", etc_each_group, 0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче