Ruby - Call method passing values of array as each parameter Ruby - Call method passing values of array as each parameter ruby ruby

Ruby - Call method passing values of array as each parameter


splat the args array: send(real_method, *args)