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