From 57a2e245f6021c5e41610353c3c47c108a43d908 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Sun, 8 May 2016 21:16:46 +0900 Subject: client: decoders: unfreeze Client::Decoders::DECODERS User may add custom decoders. --- lib/plum/client/decoders.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plum/client/decoders.rb b/lib/plum/client/decoders.rb index d68f27b..a1578f9 100644 --- a/lib/plum/client/decoders.rb +++ b/lib/plum/client/decoders.rb @@ -46,6 +46,6 @@ module Plum end end - DECODERS = { "gzip" => GZip, "deflate" => Deflate }.freeze + DECODERS = { "gzip" => GZip, "deflate" => Deflate } end end -- cgit v1.2.3