Method: ConvenientService::Utils::Module.has_own_instance_method?

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

.has_own_instance_method?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



48
49
50
# File 'lib/convenient_service/utils/module.rb', line 48

def has_own_instance_method?(...)
  HasOwnInstanceMethod.call(...)
end