Method: Object#ohai
- Defined in:
- lib/chef/shef/ext.rb
#ohai(key = nil) ⇒ Object
220 221 222 |
# File 'lib/chef/shef/ext.rb', line 220 def ohai(key=nil) pp(key ? node.attribute[key] : node.attribute) end |
220 221 222 |
# File 'lib/chef/shef/ext.rb', line 220 def ohai(key=nil) pp(key ? node.attribute[key] : node.attribute) end |