arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 125 forks source link

Fix block in cas for Ruby 1.8.7 #153

Closed fbogsany closed 10 years ago

fbogsany commented 10 years ago

Blocks in Ruby 1.8.7 check the argument count. This adds an ignored argument to a delete_if block in cas.

@arthurnn for review.

arthurnn commented 10 years ago

thanks