From aeae3aa4bbe179d3ef71353e3bdab64b133866de Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 26 Apr 2004 14:56:58 +0000 Subject: * 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 --- README.EXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.EXT') diff --git a/README.EXT b/README.EXT index 4504e98bdc..c65c177a27 100644 --- a/README.EXT +++ b/README.EXT @@ -807,7 +807,7 @@ namespace. Defines a new Ruby module. - VALUE rb_define_module_under(VALUE module, const char *name, VALUE super) + VALUE rb_define_module_under(VALUE module, const char *name) Defines a new Ruby module under the module's namespace. -- cgit v1.2.3