mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 20:44:20 +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.