method
each
each(rs = nil)
public
Hide source
# File lib/shell/builtin-command.rb, line 141 def each(rs = nil) while job = @jobs.shift job.each{|l| yield l} end end