mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 04:54:23 +00:00
String nodes holds ruby string object on `VALUE nd_lit`. This commit changes it to `struct rb_parser_string *string` to reduce dependency on ruby object. Sometimes these strings are concatenated with other string therefore string concatenate functions are needed.