RosettaCodeData/Task/Variadic-function/Ruby/variadic-function-3.rb

3 lines
62 B
Ruby

args = ["Rosetta", "Code", "Is", "Awesome!"]
print_all(*args)