From 12a204f8012aea8a364c4d3aca290ce33881b02a Mon Sep 17 00:00:00 2001 From: Adrian Hards Date: Wed, 25 Jan 2023 14:45:15 +0000 Subject: [PATCH] Update operators.md --- ruby/operators.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruby/operators.md b/ruby/operators.md index e69de29..f66d493 100644 --- a/ruby/operators.md +++ b/ruby/operators.md @@ -0,0 +1,2 @@ +- [splat](https://thoughtbot.com/blog/ruby-splat-operator) `*`
+e.g. `*args`