Module: Shell::Extensions::FalseClass
- Included in:
- FalseClass
- Defined in:
- lib/chef/shell/ext.rb
Instance Method Summary collapse
Instance Method Details
#on_off_to_bool ⇒ Object
182 183 184 |
# File 'lib/chef/shell/ext.rb', line 182 def on_off_to_bool self end |
#to_on_off_str ⇒ Object
178 179 180 |
# File 'lib/chef/shell/ext.rb', line 178 def to_on_off_str "off" end |