# File lib/chef/shef/ext.rb, line 296
      def ohai(key=nil)
        pp(key ? node.attribute[key] : node.attribute)
      end