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



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

def inflate(chunk)
  chunk
end