Class: Katte::Plugins::Node::Debug

Inherits:
Object
  • Object
show all
Includes:
Node::Base, Katte::Plugins::Node
Defined in:
lib/katte/plugins/node/debug.rb

Instance Method Summary collapse

Methods included from Base

#define_keyword, #find, #included, #index, #plugins, #register

Methods included from Node::Base

#_descendants, #add_child, #add_parent, #children, #descendants, #name, #parents, #requires, #run?

Instance Method Details

#run(driver) ⇒ Object



7
8
9
10
# File 'lib/katte/plugins/node/debug.rb', line 7

def run(driver)
  children.each {|child| driver.next(self, child.name) }
  driver.done(self)
end