Module: Shell::Extensions::FalseClass

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

Instance Method Summary collapse

Instance Method Details

#on_off_to_boolObject



181
182
183
# File 'lib/chef/shell/ext.rb', line 181

def on_off_to_bool
  self
end

#to_on_off_strObject



177
178
179
# File 'lib/chef/shell/ext.rb', line 177

def to_on_off_str
  "off"
end