Closed dalthon closed 3 years ago
Ruby 2.0 already have a better alternative to alias_method_chain which is Module#prepend. (Don't remember exactly when introduced).
alias_method_chain
Module#prepend
There is no reason to continue using alias_method_chain, and it was causing some conflicts with other gems.
[Fix #issue-number]
master
Ruby 2.0 already have a better alternative to
alias_method_chain
which isModule#prepend
. (Don't remember exactly when introduced).There is no reason to continue using
alias_method_chain
, and it was causing some conflicts with other gems.Checklist
[Fix #issue-number]
(if the related issue exists).master
(if not - rebase it).