Actions
Refactor #21671
closedReplace alias_method_chain with prepend
Description
Other plugins are already moving to this new Ruby 2.x feature and this is causing issues for example #14797
Stop using alias_method_chain and replace it with prepend, add a RuboCop rule that will enforce this.
Actions