diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-26 14:56:58 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-26 14:56:58 +0000 |
commit | aeae3aa4bbe179d3ef71353e3bdab64b133866de (patch) | |
tree | 1eb1a47dab7f009d39f1af6d429c674e2da4229c /README.EXT.ja | |
parent | 04aa9a8f7df6577b710015f7dc78ccbc97e1e836 (diff) | |
download | ruby-aeae3aa4bbe179d3ef71353e3bdab64b133866de.tar.gz |
* 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
Diffstat (limited to 'README.EXT.ja')
-rw-r--r-- | README.EXT.ja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXT.ja b/README.EXT.ja index f49083e60e..c4d79f1c1e 100644 --- a/README.EXT.ja +++ b/README.EXT.ja @@ -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の定数として定義する. |