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



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

def on_off_to_bool
  self
end

#to_on_off_strObject



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

def to_on_off_str
  "off"
end