Any result of command execution is a Filter.

This class includes Enumerable, therefore a Filter object can use all Enumerable facilities.

Attributes
Read
No documentation available
Class Methods
No documentation available
Instance Methods

Inputs from source, which is either a string of a file name or an IO object.

Outputs from source, which is either a string of a file name or an IO object.

Appends the output to source, which is either a string of a file name or an IO object.

Processes a pipeline.

Outputs filter1, and then filter2 using Join.new

Iterates a block for each line.

No documentation available
No documentation available
No documentation available
No documentation available