mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Make MemCacheStore work with Ruby 1.9 and -Ku
This commit is contained in:
@@ -31,7 +31,7 @@ module ActiveSupport
|
||||
DELETED = "DELETED\r\n"
|
||||
end
|
||||
|
||||
ESCAPE_KEY_CHARS = /[\x00-\x20%\x7F-\xFF]/
|
||||
ESCAPE_KEY_CHARS = /[\x00-\x20%\x7F-\xFF]/n
|
||||
|
||||
def self.build_mem_cache(*addresses)
|
||||
addresses = addresses.flatten
|
||||
|
||||
Reference in New Issue
Block a user