mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
dab150007f
Regexp#to_s now returns (?flags:source) format (e.g. "(?i:abc)") instead of the /source/flags format used by Regexp#inspect. Co-authored-by: Claude <noreply@anthropic.com>