Module: Shef::Extensions::FalseClass

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

Instance Method Summary collapse

Instance Method Details

#on_off_to_boolObject



180
181
182
# File 'lib/chef/shef/ext.rb', line 180

def on_off_to_bool
  self
end

#to_on_off_strObject



176
177
178
# File 'lib/chef/shef/ext.rb', line 176

def to_on_off_str
  "off"
end