Method: Shell::Extensions::ObjectCoreExtensions#on

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

#onObject

helpfully returns :on so we can have sugary syntax like ‘tracing on’



103
104
105
# File 'lib/chef/shell/ext.rb', line 103

def on
  :on
end