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