Standard in rails… See official documentation
# File lib/backports/rails/module.rb, line 3 def alias_method_chain(target, feature, &block) Backports.alias_method_chain(self, target, feature, &block) end
# File lib/backports/1.8.7/method/name.rb, line 41 def instance_method_with_additional_info(name) unbound = instance_method_without_additional_info(name) unbound.name = name.to_s unbound.owner = ancestors.find{|mod| mod.instance_methods(false).include? unbound.name} unbound end
Generated with the Darkfish Rdoc Generator 2.