# File lib/dragonfly/temp_object.rb, line 109 def each(&block) to_io do |io| while part = io.read(block_size) yield part end end end