Class: Chef::HTTP::Decompressor::DeflateInflater

Inherits:
Zlib::Inflate
  • Object
show all
Defined in:
lib/chef/http/decompressor.rb

Instance Method Summary collapse

Constructor Details

#initializeDeflateInflater

Returns a new instance of DeflateInflater.



42
43
44
# File 'lib/chef/http/decompressor.rb', line 42

def initialize
  super
end