arthurnn / memcached

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

[PATCH] Only consider the proper constants under Errno #28

Closed evanphx closed 13 years ago

evanphx commented 13 years ago

Rubinius has Errno::Mapping which is a Hash, which causes memcached to not startup. By only considering constants that start with E, the logic reflects the intent better.

Patch: http://gist.github.com/646958

evan commented 13 years ago

Fixed.