mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
eae2501ff1
The NODE_CASE dump was treating the case body as a single varnode, but it's actually a cons-list structure containing when clauses. Changed to iterate through the cons-list similar to rescue clauses, allowing proper display of when conditions and bodies. Co-authored-by: Claude <noreply@anthropic.com>