Struct.new(:pid, :fd)
# File lib/shotgun/loader.rb, line 66 def close fd.close ensure Process.wait(pid) end
# 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.