Module: Shef::Extensions::TrueClass
- Included in:
- TrueClass
- Defined in:
- lib/chef/shef/ext.rb
Instance Method Summary collapse
Instance Method Details
#on_off_to_bool ⇒ Object
170 171 172 |
# File 'lib/chef/shef/ext.rb', line 170 def on_off_to_bool self end |
#to_on_off_str ⇒ Object
166 167 168 |
# File 'lib/chef/shef/ext.rb', line 166 def to_on_off_str "on" end |