Class: Mutant::AST::Structure::Node::Variable::Descendants Private
- Inherits:
-
Mutant::AST::Structure::Node::Variable
- Object
- Mutant::AST::Structure::Node::Variable
- Mutant::AST::Structure::Node::Variable::Descendants
- 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
- #nodes(node) ⇒ Object private
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 |