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