Class: Mutant::AST::Structure::Node::Variable::Attributes Private
- Inherits:
-
Mutant::AST::Structure::Node::Variable
- Object
- Mutant::AST::Structure::Node::Variable
- Mutant::AST::Structure::Node::Variable::Attributes
- 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.
43 44 45 |
# File 'lib/mutant/ast/structure.rb', line 43 def nodes(_node) EMPTY_ARRAY end |