Any result of command exection is a Filter.
This class includes Enumerable, therefore a Filter object can use all Enumerable facilities.
Methods
Included Modules
Attributes
[R] | input |
Class Public methods
new(sh)
Link
Instance Public methods
filter1 + filter2
Link
Outputs filter1
, and then filter2
using Join.new
>> source
Link
Appends the output to source
, which is either a string of a
file name or an IO object.
each(record_separator=nil) { block }
Link
Iterates a block for each line.
input=(filter)
Link
inspect()
Link
to_a()
Link
to_s()
Link