Class: Chef::HTTP::Decompressor::NoopInflater

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

Instance Method Summary collapse

Instance Method Details

#inflate(chunk) ⇒ Object Also known as: handle_chunk



28
29
30
# File 'lib/chef/http/decompressor.rb', line 28

def inflate(chunk)
  chunk
end