Sha256: f00c2c762872b04035c8b8e70e636e6248f49f9a74cb219a4c36cb552559e809

Contents?: true

Size: 422 Bytes

Versions: 4

Compression:

Stored size: 422 Bytes

Contents

# frozen_string_literal: true

require_relative "array/wrap"

module ConvenientService
  module Examples
    module Standard
      module V1
        class RequestParams
          module Utils
            module Array
              class << self
                def wrap(object)
                  Wrap.call(object)
                end
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
convenient_service-0.17.0 lib/convenient_service/examples/standard/v1/request_params/utils/array.rb
convenient_service-0.16.0 lib/convenient_service/examples/standard/v1/request_params/utils/array.rb
convenient_service-0.15.0 lib/convenient_service/examples/standard/v1/request_params/utils/array.rb
convenient_service-0.14.0 lib/convenient_service/examples/standard/v1/request_params/utils/array.rb