Created
March 19, 2024 09:19
-
-
Save adamruzicka/0cf0c8d1afeb67f9e8a0b497221f8170 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def bar(a, b, c) | |
puts [a, b, c] | |
end | |
def foo(...) | |
bar(1, ...) | |
end | |
foo(1, 2) |
Author
adamruzicka
commented
Mar 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment