Module: ConvenientService::Utils::Proc Private
- Defined in:
- lib/convenient_service/utils/proc.rb,
lib/convenient_service/utils/proc/display.rb,
lib/convenient_service/utils/proc/conjunct.rb,
lib/convenient_service/utils/proc/exec_config.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
Classes: Conjunct, Display, ExecConfig
Class Method Summary collapse
- .conjunct ⇒ Object private
- .display ⇒ Object private
- .exec_config ⇒ Object private
Class Method Details
.conjunct ⇒ 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.
16 17 18 |
# File 'lib/convenient_service/utils/proc.rb', line 16 def conjunct(...) Conjunct.call(...) end |
.display ⇒ 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/proc.rb', line 20 def display(...) Display.call(...) end |
.exec_config ⇒ 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.
24 25 26 |
# File 'lib/convenient_service/utils/proc.rb', line 24 def exec_config(...) ExecConfig.call(...) end |