module Shell::Extensions::FalseClass

Public Instance Methods

on_off_to_bool() click to toggle source
# File lib/chef/shell/ext.rb, line 181
def on_off_to_bool
  self
end
to_on_off_str() click to toggle source
# File lib/chef/shell/ext.rb, line 177
def to_on_off_str
  "off"
end