Module: Shell::Extensions::TrueClass
- Included in:
- TrueClass
- Defined in:
- lib/chef/shell/ext.rb
Instance Method Summary collapse
Instance Method Details
#on_off_to_bool ⇒ Object
172 173 174 |
# File 'lib/chef/shell/ext.rb', line 172 def on_off_to_bool self end |
#to_on_off_str ⇒ Object
168 169 170 |
# File 'lib/chef/shell/ext.rb', line 168 def to_on_off_str "on" end |