diff options
| author | Ralph Desir <[email protected]> | 2015-08-31 14:11:17 -0400 |
|---|---|---|
| committer | Ralph Desir <[email protected]> | 2015-08-31 14:11:17 -0400 |
| commit | 00dd2dfa3939d15e437d1779a7de23b1018a7cd7 (patch) | |
| tree | 9502c9507204ac072cc09821973f5d1f5c087b38 /doc | |
| parent | a2f6152be8a2d1775830f32ca955864237fd1081 (diff) | |
| download | mruby-00dd2dfa3939d15e437d1779a7de23b1018a7cd7.tar.gz mruby-00dd2dfa3939d15e437d1779a7de23b1018a7cd7.zip | |
Update string.h.md
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/api/mruby/string.h.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/mruby/string.h.md b/doc/api/mruby/string.h.md index b031c564c..e2a10c2cf 100644 --- a/doc/api/mruby/string.h.md +++ b/doc/api/mruby/string.h.md @@ -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.
|
