There's no documentation for this item.
# File active_support/core_ext/object/extending.rb, line 28 def extend_with_included_modules_from(object) #:nodoc: object.extended_by.each { |mod| extend mod } end
<code/>
<pre/>
<code/>and<pre/>for code samples.