# File lib/puppet/network/http/rack/rest.rb, line 18 18: def each 19: while chunk = @file.read(CHUNK_SIZE) 20: yield chunk 21: end 22: end