From 758cb647c7ac9e02a9ee0d7cb0934a5c963481e0 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 4 Oct 1999 04:51:08 +0000 Subject: 19991004 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README.EXT | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.EXT') diff --git a/README.EXT b/README.EXT index c0f7048bdf..f850f01097 100644 --- a/README.EXT +++ b/README.EXT @@ -892,7 +892,6 @@ Sets the value of the instance variable. Calls the function func1, supplying func2 as the block. func1 will be called with the argument arg1. func2 receives the value from yield as the first argument, arg2 as the second argument. - VALUE rb_yield(VALUE val) @@ -942,10 +941,14 @@ exception handling nor ensure execution will be done. The embedding API are below (not needed for extension libraries): - void ruby_init(int argc, char **argv, char **envp) + void ruby_init() Initializes the interpreter. + void ruby_options(int argc, char **argv) + +Process command line arguments for the interpreter. + void ruby_run() Starts execution of the interpreter. -- cgit v1.2.3