Sha256: 85ddf7b73cea0574ec9d27857e6bd056fc43fac15e9b6f1e56cdd1f4e43dfbc1

Contents?: true

Size: 399 Bytes

Versions: 2

Compression:

Stored size: 399 Bytes

Contents

module ROM
  module HTTP
    # Transformer
    #
    # Used to perform data transformations on behalf of relations
    #
    # @api private
    module Transformer
      extend Transproc::Registry

      import :identity, from: ::Transproc::Coercions
      import :map_array, from: ::Transproc::ArrayTransformations
      import :rename_keys, from: ::Transproc::HashTransformations
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rom-http-0.6.0 lib/rom/http/transformer.rb
rom-http-0.6.0.rc1 lib/rom/http/transformer.rb