Module: Transproc

Defined in:
lib/transproc/hash.rb,
lib/transproc/proc.rb,
lib/transproc/array.rb,
lib/transproc/class.rb,
lib/transproc/error.rb,
lib/transproc/store.rb,
lib/transproc/version.rb,
lib/transproc/compiler.rb,
lib/transproc/composer.rb,
lib/transproc/function.rb,
lib/transproc/registry.rb,
lib/transproc/coercions.rb,
lib/transproc/composite.rb,
lib/transproc/constants.rb,
lib/transproc/functions.rb,
lib/transproc/recursion.rb,
lib/transproc/conditional.rb,
lib/transproc/transformer.rb,
lib/transproc/array/combine.rb,
lib/transproc/transformer/dsl.rb,
lib/transproc/support/deprecations.rb,
lib/transproc/transformer/class_interface.rb,
lib/transproc/transformer/deprecated/class_interface.rb

Defined Under Namespace

Modules: ArrayTransformations, ClassTransformations, Coercions, Composer, Conditional, Deprecations, Functions, HashTransformations, ProcTransformations, Recursion, Registry Classes: Compiler, Composite, Function, FunctionNotFoundError, Store, Transformer

Constant Summary collapse

Error =
Class.new(StandardError)
FunctionAlreadyRegisteredError =
Class.new(Error)
VERSION =
'1.1.0'.freeze
Undefined =
Object.new.freeze