each(rs = nil) -> ()
フィルタの一行ずつをblockに渡します。
使用例
require 'shell' sh = Shell.new sh.cat("/etc/passwd").each { |line| puts line }