Method: Shell::Extensions.extend_context_node

Defined in:
lib/chef/shell/ext.rb

.extend_context_node(node_obj) ⇒ Object



566
567
568
# File 'lib/chef/shell/ext.rb', line 566

def self.extend_context_node(node_obj)
  node_obj.instance_eval(&ObjectUIExtensions)
end