chenyukang/rubytt

star issues

Closed this issue · 0 comments

a = [1, 2]

def demo_func a, b

end

demo_func(*a)