![]() |
mruby
2.0.1
mruby is the lightweight implementation of the Ruby language
|
Public Attributes | |
MRB_OBJECT_HEADER | |
union { | |
struct { | |
mrb_int len | |
union { | |
mrb_int capa | |
struct mrb_shared_string * shared | |
struct RString * fshared | |
} aux | |
char * ptr | |
} heap | |
} | as |