Module: Shell::Extensions::TrueClass

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

Instance Method Summary collapse

Instance Method Details

#on_off_to_boolObject



172
173
174
# File 'lib/chef/shell/ext.rb', line 172

def on_off_to_bool
  self
end

#to_on_off_strObject



168
169
170
# File 'lib/chef/shell/ext.rb', line 168

def to_on_off_str
  "on"
end