module Shell::Extensions::TrueClass
Public Instance Methods
on_off_to_bool()
click to toggle source
# File lib/chef/shell/ext.rb, line 172 def on_off_to_bool self end
to_on_off_str()
click to toggle source
# File lib/chef/shell/ext.rb, line 168 def to_on_off_str "on" end