module Shell::Extensions::TrueClass

Public Instance Methods

on_off_to_bool() click to toggle source
# File lib/chef/shell/ext.rb, line 171
def on_off_to_bool
  self
end
to_on_off_str() click to toggle source
# File lib/chef/shell/ext.rb, line 167
def to_on_off_str
  "on"
end