# File lib/cloudfiles/container.rb, line 362 def set_read_acl(read_string) refresh headers = {"X-Container-Read" => read_string} post_with_headers(headers) true end