Currently we are using mutant on a rails project, and we would like the following mutation operators: ```ruby #save -> #save! #create -> #create! #update -> #update! ``` This would force us to justify why we are using the weaker operator if it is required, otherwise use the stronger.