# File lib/dragonfly/temp_object.rb, line 85 def size if initialized_data initialized_data.bytesize else File.size(path) end end