Method: Chef::RunContext#rest_clean

Defined in:
lib/chef/run_context.rb

#rest_cleanChef::ServerAPI

Common rest object for using to talk to the Chef Server, this has utf8 sanitization turned on and will replace invalid utf8 with valid characters. (will be nil on solo-legacy runs)

Returns:



58
59
60
# File 'lib/chef/run_context.rb', line 58

def rest_clean
  @rest_clean
end