module Dry::Transformer

Constants

Error
FunctionAlreadyRegisteredError
Undefined
VERSION

Public Class Methods

[](registry) click to toggle source

@api public @see Pipe.[]

# File lib/dry/transformer.rb, line 19
def self.[](registry)
  Pipe[registry]
end