# File lib/openstack/swift/container.rb, line 150 def empty? return (container_metadata[:count].to_i == 0)? true : false end