From 54a04074256fa85db5da3bf0041773ddc3391196 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 3 Mar 2004 04:55:35 +0000 Subject: * eval.c (method_hash): new method. [ruby-talk:93968] * eval.c (proc_eq): do not compare dyna_vars. * eval.c (proc_hash): new method. * eval.c (rb_yield_0): protect break/return from within orphan (or lambda) Proc object. * parse.y (yylex): should not allow symbol for invalid global variable (e.g. `:$-)`). [ruby-core:02518] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5879 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 3a37db4e11..4504e98bdc 100644 --- a/README.EXT +++ b/README.EXT @@ -115,7 +115,7 @@ can be cast to retrieve the pointer to the struct. The casting macro will be of the form RXXXX for each data type; for instance, RARRAY(obj). See "ruby.h". -For example, `RSTRING(size)->len' is the way to get the size of the +For example, `RSTRING(str)->len' is the way to get the size of the Ruby String object. The allocated region can be accessed by `RSTRING(str)->ptr'. For arrays, use `RARRAY(ary)->len' and `RARRAY(ary)->ptr' respectively. -- cgit v1.2.3