Module: ConvenientService::Utils::Proc
- 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
Defined Under Namespace
Classes: Conjunct, Display, ExecConfig
Class Method Summary
collapse
Class Method Details
11
12
13
|
# File 'lib/convenient_service/utils/proc.rb', line 11
def conjunct(...)
Conjunct.call(...)
end
|
15
16
17
|
# File 'lib/convenient_service/utils/proc.rb', line 15
def display(...)
Display.call(...)
end
|
.exec_config ⇒ Object
19
20
21
|
# File 'lib/convenient_service/utils/proc.rb', line 19
def exec_config(...)
ExecConfig.call(...)
end
|