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



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

def on_off_to_bool
  self
end

#to_on_off_strObject



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

def to_on_off_str
  "on"
end