Class: Representable::Pipeline
- Inherits:
-
Array
- Object
- Array
- Representable::Pipeline
- Extended by:
- Macros
- Defined in:
- lib/representable/insert.rb,
lib/representable/pipeline.rb
Overview
Allows to implement a pipeline of filters where a value gets passed in and the result gets passed to the next callable object.
Direct Known Subclasses
Defined Under Namespace
Modules: Debug, Function, Macros
Constant Summary collapse
Instance Method Summary collapse
-
#call(input, options) ⇒ Object
options is mutable.