T
Thomas Allen
How would I write a function that treats fna, :b) the same as it
does fn([:a, :b])? The only way I can do this right now is by checking
if the first argument is an array, but I thought there was a simpler
way to do this, involving the splat operator '*'.
Thomas
does fn([:a, :b])? The only way I can do this right now is by checking
if the first argument is an array, but I thought there was a simpler
way to do this, involving the splat operator '*'.
Thomas