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