method
each
v1_8_6_287 -
Show latest stable
- Class:
Shell::Concat
each(rs = nil)public
No documentation available.
# File lib/shell/builtin-command.rb, line 148
def each(rs = nil)
while job = @jobs.shift
job.each{|l| yield l}
end
end