Class: Chef::HTTP::Decompressor::NoopInflater
- Inherits:
-
Object
- Object
- Chef::HTTP::Decompressor::NoopInflater
- Defined in:
- lib/chef/http/decompressor.rb
Instance Method Summary collapse
- #inflate(chunk) ⇒ Object (also: #handle_chunk)
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 |