class Chef::HTTP::Decompressor::NoopInflater

Public Instance Methods

handle_chunk(chunk)
Alias for: inflate
inflate(chunk) click to toggle source
# File lib/chef/http/decompressor.rb, line 28
def inflate(chunk)
  chunk
end
Also aliased as: handle_chunk