Method: Object#shef_help
- Defined in:
- lib/chef/shef/ext.rb
#shef_help(title = "Help: Shef") ⇒ Object Also known as: halp
185 186 187 188 189 |
# File 'lib/chef/shef/ext.rb', line 185 def shef_help(title="Help: Shef") #puts Shef::Extensions::Object.help_banner("Shef Help") puts (title) :ucanhaz_halp end |