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

.conjunctObject



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

def conjunct(...)
  Conjunct.call(...)
end

.displayObject



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

def display(...)
  Display.call(...)
end

.exec_configObject



24
25
26
# File 'lib/convenient_service/utils/proc.rb', line 24

def exec_config(...)
  ExecConfig.call(...)
end