Class: Chef::REST::NoopInflater

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

Instance Method Summary collapse

Instance Method Details

#inflate(chunk) ⇒ Object



44
45
46
# File 'lib/chef/rest.rb', line 44

def inflate(chunk)
  chunk
end