Update mruby.h.md

This commit is contained in:
Ralph Desir
2015-06-01 00:44:34 -04:00
parent 297b6fe6e6
commit 1d90018cfa
+6
View File
@@ -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.