Class: Rucoa::Nodes::ArgsNode

Inherits:
Base
  • Object
show all
Includes:
Enumerable
Defined in:
lib/rucoa/nodes/args_node.rb

Instance Method Summary collapse

Methods inherited from Base

#ancestors, #child_nodes, #descendant_nodes, #each_ancestor, #each_child_node, #each_descendant_node, #include_position?, #initialize, #module_nesting, #namespace, #next_sibling_nodes, #parent, #parent=, #previous_sibling_nodes, #updated

Constructor Details

This class inherits a constructor from Rucoa::Nodes::Base

Instance Method Details

#each(&block) ⇒ Object

Note:

For ‘Enumerable`.



9
10
11
# File 'lib/rucoa/nodes/args_node.rb', line 9

def each(&block)
  children.each(&block)
end