M
Melody Class
Hi,
I have a method that takes a variable length argument list of arrays
i.e.
def meth(*list_of_arrays)
end
now i just want to randomly generate a random number of arrays of random
lengths to pass as arguments to that method (each array being of
integers 0 to 3)
any suggestions?
I have a method that takes a variable length argument list of arrays
i.e.
def meth(*list_of_arrays)
end
now i just want to randomly generate a random number of arrays of random
lengths to pass as arguments to that method (each array being of
integers 0 to 3)
any suggestions?