tablesmith
tablesmith copied to clipboard
intercept Array calls to ensure Table instances are returned?
This could be super-cool, maybe not easy to do?
If it's self-modifying - then look to see if its the same instance internally, and don't re-wrap. If it's not, then make a new wrapper?
And it may not return an Array at all of course (#length
)