Method: AssetCloud::BucketChain#delete

Defined in:
lib/asset_cloud/buckets/bucket_chain.rb

#delete(key) ⇒ Object



34
35
36
# File 'lib/asset_cloud/buckets/bucket_chain.rb', line 34

def delete(key)
  every_bucket_with_transaction_on_key(key) {|b| b.delete(key)}
end