Single and Double Splat operators in Ruby
The splat operator is a powerful Ruby feature, but we should be cautious when using it. I wrote a post that describes the Splat operator usage, along with dangerous cases I have seen.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
The splat operator is a powerful Ruby feature, but we should be cautious when using it. I wrote a post that describes the Splat operator usage, along with dangerous cases I have seen.
Post a comment