```ruby types = ["uint256[][]", "string[]"] args = [[[1, 2], [3]], ["one", "two", "three"]] ```