Method: Shell::Extensions::ObjectCoreExtensions#off

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

#offObject

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



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

def off
  :off
end