mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f167ae8145
This commit simplifies the logic for checking if a symbol is a literal in the `sym_intern_common` function by using the `lit = lit || mrb_ro_data_p(name);` idiom. Co-authored-by: Gemini <gemini@google.com>