method
each
each(rs = nil)
public
Hide source
# File lib/shell/filter.rb, line 33 def each(rs = nil) rs = @shell.record_separator unless rs if @input @input.each(rs){|l| yield l} end end