Method: Shef::Extensions::Object#off

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

#offObject

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



78
79
80
# File 'lib/chef/shef/ext.rb', line 78

def off
  :off
end