Want to be able to do this: ``` lua f.should_be_called_with(mach.any, 2) ``` and have ``` lua f(1, 2) ``` and ``` lua f('hello', 2) ``` both match.