Method: Shell::Extensions::ObjectCoreExtensions#off

Defined in:
lib/chef/shell/ext.rb

#offObject

returns :off so you can just do ‘tracing off’



109
110
111
# File 'lib/chef/shell/ext.rb', line 109

def off
  :off
end