# File lib/cloudfiles/storage_object.rb, line 84 def content_type=(type) self.copy(:headers => {'Content-Type' => type}) end