class Chef::HTTP::Decompressor::NoopInflater
Public Instance Methods
inflate(chunk)
click to toggle source
# File lib/chef/http/decompressor.rb, line 28 def inflate(chunk) chunk end
Also aliased as: handle_chunk