method

include

rails latest stable - Class: Rails::ConsoleMethods

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

include(_mod, ...)
public

No documentation available.

# File railties/lib/rails/console/methods.rb, line 5
    def self.include(_mod, ...)
      raise_deprecation_warning
      super
    end