Class: Mutant::Mutator::Node::Index::Assign Private
- Inherits:
 - 
      Mutant::Mutator::Node::Index
      
        
- Object
 - Mutant::Mutator
 - Mutant::Mutator::Node
 - Mutant::Mutator::Node::Index
 - Mutant::Mutator::Node::Index::Assign
 
 
- Defined in:
 - lib/mutant/mutator/node/index.rb
 
Overview
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.
Mutator for index assignments
Constant Summary collapse
- REGULAR_RANGE =
          
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
 (1..-2).freeze
Constants inherited from Mutant::Mutator::Node::Index
NO_VALUE_RANGE, SEND_REPLACEMENTS
Constants inherited from Mutant::Mutator::Node
Constants included from AST::Nodes
AST::Nodes::N_EMPTY, AST::Nodes::N_EMPTY_SUPER, AST::Nodes::N_FALSE, AST::Nodes::N_INFINITY, AST::Nodes::N_NAN, AST::Nodes::N_NEGATIVE_INFINITY, AST::Nodes::N_NIL, AST::Nodes::N_RAISE, AST::Nodes::N_SELF, AST::Nodes::N_TRUE, AST::Nodes::N_ZSUPER