mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
273fcbc347
Transforms the value of a splat inside a return statement (similar to an array). For example, `return *nil` should return `nil.to_a`, while `return *1` should return `[1]`