Module: ConvenientService::Utils::Method Private

Defined in:
lib/convenient_service/utils/method.rb,
lib/convenient_service/utils/method/name.rb,
lib/convenient_service/utils/method/remove.rb,
lib/convenient_service/utils/method/defined.rb,
lib/convenient_service/utils/method/name/append.rb

Overview

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

Since:

  • 1.0.0

Defined Under Namespace

Modules: Name Classes: Defined, Remove

Class Method Summary collapse

Class Method Details

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



16
17
18
# File 'lib/convenient_service/utils/method.rb', line 16

def defined?(...)
  Defined.call(...)
end

.removeObject

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.

Since:

  • 1.0.0



20
21
22
# File 'lib/convenient_service/utils/method.rb', line 20

def remove(...)
  Remove.call(...)
end