Method: ConvenientService::Utils::Module.include_module?

Defined in:
lib/convenient_service/utils/module.rb

.include_module?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)

Since:

  • 1.0.0



52
53
54
# File 'lib/convenient_service/utils/module.rb', line 52

def include_module?(...)
  IncludeModule.call(...)
end