mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6e79fed77b
Implement new method for Ruby 2.7+ pattern matching compatibility. Handles nil (return self) and array (extract keys) arguments. Enables modern case/in pattern matching syntax in mruby. Co-authored-by: Atlassian Rovo Dev