Commit 00dd2dfa authored by Ralph Desir's avatar Ralph Desir

Update string.h.md

parent a2f6152b
......@@ -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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment