diff options
| author | Ralph Desir <[email protected]> | 2015-06-01 00:44:34 -0400 |
|---|---|---|
| committer | Ralph Desir <[email protected]> | 2015-06-01 00:44:34 -0400 |
| commit | 1d90018cfa93e63366f4f1fe600bb356dabf8c3b (patch) | |
| tree | 8b27d09d318f9cc033e2b2c0fb3255b1d2a540dd /doc/api/mruby.h.md | |
| parent | 297b6fe6e6f97bc8e4ca95d47fa6b02f7eab6396 (diff) | |
| download | mruby-1d90018cfa93e63366f4f1fe600bb356dabf8c3b.tar.gz mruby-1d90018cfa93e63366f4f1fe600bb356dabf8c3b.zip | |
Update mruby.h.md
Diffstat (limited to 'doc/api/mruby.h.md')
| -rw-r--r-- | doc/api/mruby.h.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/mruby.h.md b/doc/api/mruby.h.md index 5a71f5cd4..8862fee2c 100644 --- a/doc/api/mruby.h.md +++ b/doc/api/mruby.h.md @@ -207,3 +207,9 @@ MRB_API mrb_value mrb_str_new_cstr(mrb_state*, const char*); Turns a C string into a Ruby string value. +### mrb_value mrb_funcall + +```C +MRB_API mrb_value mrb_funcall(mrb_state*, mrb_value, const char*, mrb_int,...); +``` +Call existing ruby functions. |
