# File lib/fog/storage/models/local/file.rb, line 15 def body attributes[:body] ||= if last_modified collection.get(identity).body else '' end end