mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
d8de35b635
case/in without else clause now raises NoMatchingPatternError when no pattern matches, matching CRuby behavior. Fixes #6741. Co-authored-by: Claude <noreply@anthropic.com>