Struct.new(:pid, :fd)
# File lib/shotgun/loader.rb, line 66 66: def close 67: fd.close 68: ensure 69: Process.wait(pid) 70: end
# File lib/shotgun/loader.rb, line 60 60: def each 61: while chunk = fd.read(1024) 62: yield chunk 63: end 64: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.