Sha256: 2f8504fdac8b8a29239c06cc9034a6acebf7d6cc51ad5633631f58097ec2aa8f
Contents?: true
Size: 443 Bytes
Versions: 16
Compression:
Stored size: 443 Bytes
Contents
# frozen_string_literal: true require_relative "proc/conjunct" require_relative "proc/display" require_relative "proc/exec_config" module ConvenientService module Utils module Proc class << self def conjunct(...) Conjunct.call(...) end def display(...) Display.call(...) end def exec_config(...) ExecConfig.call(...) end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems