CrackedRuby logo

CrackedRuby

Splat and Double Splat Operators

Using splat (*) and double splat (**) operators for array and hash argument handling

Ruby Language Fundamentals Operators
1.4.7

Splat and Double Splat Operators

This section covers splat operators.

Content coming soon...