This mixin adds before hooks (which take the method arguments and the options object as arguments) and after hooks (which take the method arguments, the method's return value, and the options object as arguments).
@leonidez: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/
This mixin adds before hooks (which take the method arguments and the options object as arguments) and after hooks (which take the method arguments, the method's return value, and the options object as arguments).
Fixes #27