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:
parent
04aa9a8f7d
commit
aeae3aa4bb
3 changed files with 7 additions and 2 deletions
|
|
@ -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の定数として定義する.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue