Module: Serbea::Pipeline::Helper
- Defined in:
- lib/serbea/pipeline.rb
Overview
If you include this in any regular Ruby template environment (say ERB), you can then use Serbea-style pipeline code within the block, e.g.
‘pipe “Hello world” do upcase | split(“ ”) | join(“, ”) end`