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