35 36 37 38 39
# File 'lib/fakes3/bucket.rb', line 35 def remove(object) @mutex.synchronize do @objects.remove(object) end end