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/loose_call.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, LooseCall, Remove
Class Method Summary collapse
- .defined? ⇒ Boolean private
- .loose_call ⇒ Object 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.
17 18 19 |
# File 'lib/convenient_service/utils/method.rb', line 17 def defined?(...) Defined.call(...) end |