```Python var stub = sinon.stub(object, "method", func); # This has been removed from v3.0.0. Instead you should use # stub(obj, 'meth').callsFake(fn) ``` Do you want to remove this 3-argument version of `sinon.stub`?