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

* README.EXT, README.EXT.ja: fixed wrong function signature.

[ruby-talk:98349]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2004-04-26 14:56:58 +00:00
parent 04aa9a8f7d
commit aeae3aa4bb
3 changed files with 7 additions and 2 deletions

View file

@ -934,7 +934,7 @@ VALUE rb_define_module(const char *name)
新しいRubyモジュールを定義する
VALUE rb_define_module_under(VALUE module, const char *name, VALUE super)
VALUE rb_define_module_under(VALUE module, const char *name)
新しいRubyモジュールを定義しmoduleの定数として定義する