module Shell::Extensions::FalseClass
Public Instance Methods
on_off_to_bool()
click to toggle source
# File lib/chef/shell/ext.rb, line 182 def on_off_to_bool self end
to_on_off_str()
click to toggle source
# File lib/chef/shell/ext.rb, line 178 def to_on_off_str "off" end