Sha256: 3de2a9ae627c075780e08b763491a242842e673cff2011230026d3a93aed6424

Contents?: true

Size: 288 Bytes

Versions: 5

Compression:

Stored size: 288 Bytes

Contents

Sorting the sample:
aaron
george
joe
sally
susan
zack

Quoting the sample:
> joe
> sally
> aaron
> george
> zack
> susan

We can combine pipelines with excerpting:
> sally
> aaron
> george

And we can chain processes to form a true pipeline:
> aaron
> george
> joe
> sally
> susan
> zack

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
devver-germinate-1.0.0 features/example_output/pipelines.out
devver-germinate-1.0.1 features/example_output/pipelines.out
devver-germinate-1.1.0 features/example_output/pipelines.out
devver-germinate-1.2.0 features/example_output/pipelines.out
germinate-1.2.0 features/example_output/pipelines.out