class Module
def alias_method_chain(target, feature, &block)
def alias_method_chain(target, feature, &block) Backports.alias_method_chain(self, target, feature, &block) end unless method_defined? :alias_method_chain
def alias_method_chain(target, feature, &block) Backports.alias_method_chain(self, target, feature, &block) end unless method_defined? :alias_method_chain