Sha256: 4e564d53507d2412bde805cc892ad555bf48c08a244ce5b78e6e8a5c0b1883af

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

# frozen_string_literal: true

require_relative "object/resolve_type"

module ConvenientService
  module Utils
    module Object
      class << self
        ##
        # @example
        #   ConvenientService::Utils::Object.resolve_type("foo")
        #
        def resolve_type(...)
          ResolveType.call(...)
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
convenient_service-0.2.1 lib/convenient_service/utils/object.rb
convenient_service-0.2.0 lib/convenient_service/utils/object.rb
convenient_service-0.1.0 lib/convenient_service/utils/object.rb