Flowdock
method

include

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ClassMethods
include(included_module) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/deprecation/instance_delegator.rb, line 15
        def include(included_module)
          included_module.instance_methods.each { |m| method_added(m) }
          super
        end
Register or log in to add new notes.