method
each
v1_9_3_392 -
Show latest stable
- Class:
Shell::Filter
each(rs = nil)public
No documentation available.
# File lib/shell/filter.rb, line 32
def each(rs = nil)
rs = @shell.record_separator unless rs
if @input
@input.each(rs){|l| yield l}
end
end