Flowdock
foreach(path = nil, *rs) public

File related commands Shell#foreach Shell#open Shell#unlink Shell#test

-

CommandProcessor#foreach(path, rs)

  path: String
  rs:   String - record separator
  iterator
Same as:
  File#foreach (when path is file)
  Dir#foreach (when path is directory)
path is relative to pwd
Show source
Register or log in to add new notes.