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

Version Path
convenient_service-0.19.1 lib/convenient_service/utils/proc.rb
convenient_service-0.19.0 lib/convenient_service/utils/proc.rb
convenient_service-0.18.0 lib/convenient_service/utils/proc.rb
convenient_service-0.17.0 lib/convenient_service/utils/proc.rb
convenient_service-0.16.0 lib/convenient_service/utils/proc.rb
convenient_service-0.15.0 lib/convenient_service/utils/proc.rb
convenient_service-0.14.0 lib/convenient_service/utils/proc.rb
convenient_service-0.13.0 lib/convenient_service/utils/proc.rb
convenient_service-0.12.0 lib/convenient_service/utils/proc.rb
convenient_service-0.11.0 lib/convenient_service/utils/proc.rb
convenient_service-0.10.1 lib/convenient_service/utils/proc.rb
convenient_service-0.10.0 lib/convenient_service/utils/proc.rb
convenient_service-0.9.0 lib/convenient_service/utils/proc.rb
convenient_service-0.8.0 lib/convenient_service/utils/proc.rb
convenient_service-0.7.0 lib/convenient_service/utils/proc.rb
convenient_service-0.6.0 lib/convenient_service/utils/proc.rb