# File lib/cloudfiles/connection.rb, line 208 def container_exists?(containername) begin response = SwiftClient.head_container(storageurl, self.authtoken, containername) true rescue ClientException => e false end end