Sha256: 670e4c42c0ff271a625f369c65a4fb077419984c4bb1a8975feabd0538cda86e
Contents?: true
Size: 309 Bytes
Versions: 53
Compression:
Stored size: 309 Bytes
Contents
class Module # Standard in rails... See official documentation[http://api.rubyonrails.org/classes/ActiveSupport/CoreExtensions/Module.html] def alias_method_chain(target, feature, &block) Backports.alias_method_chain(self, target, feature, &block) end unless method_defined? :alias_method_chain end
Version data entries
53 entries across 53 versions & 5 rubygems