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.
Defined Under Namespace
Modules: Name Classes: Defined, Remove
Class Method Summary collapse
- .defined? ⇒ Boolean private
- .remove ⇒ Object private
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.
16 17 18 |
# File 'lib/convenient_service/utils/method.rb', line 16 def defined?(...) Defined.call(...) end |
.remove ⇒ Object
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.
20 21 22 |
# File 'lib/convenient_service/utils/method.rb', line 20 def remove(...) Remove.call(...) end |