Class: Mutant::AST::Structure::Node::Variable::Descendants Private

Inherits:
Mutant::AST::Structure::Node::Variable show all
Defined in:
lib/mutant/ast/structure.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#nodes(node) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



37
38
39
# File 'lib/mutant/ast/structure.rb', line 37

def nodes(node)
  node.children[range]
end