Update string.h.md

This commit is contained in:
Ralph Desir
2015-08-31 14:11:17 -04:00
parent a2f6152be8
commit 00dd2dfa39
+5
View File
@@ -8,3 +8,8 @@ Adds to strings together.
mrb_value mrb_ptr_to_str(mrb_state *, void*);
```
Converts pointer into a Ruby string.
### mrb_obj_as_string
```C
mrb_obj_as_string(mrb_state *mrb, mrb_value obj);
```
Returns an object as a Ruby string.