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