Last Updated: February 25, 2016
·
1.046K
· chrismo

Idempotent alias_method_chain

Dinked around today to deal with stack overflow problems when alias_method_chain gets invoked more than once due to re-loading issues.

https://gist.github.com/4235378

tl;dr:

alias_method_chain :foo, :bar unless instance_methods.include? :foo_without_bar