When #45 is complete, the debug output will be prefixed with something like:
deride:stub
deride:wrap
deride.func
Add the ability to override the debug prefix per stub.
For example:
var mapper = deride.stub(['map'], { prefix: 'mymodule:deride:mapper' });