Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Shotgun::Loader::Body

Public Instance Methods

close() click to toggle source
# File lib/shotgun/loader.rb, line 66
def close
  fd.close
ensure
  Process.wait(pid)
end
each() click to toggle source
# File lib/shotgun/loader.rb, line 60
def each
  while chunk = fd.read(1024)
    yield chunk
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.