Class: Mutant::Mutator::Node::Send
- Inherits:
-
Mutant::Mutator::Node
- Object
- Mutant::Mutator
- Mutant::Mutator::Node
- Mutant::Mutator::Node::Send
- Defined in:
- lib/mutant/mutator/node/send.rb,
lib/mutant/mutator/node/send/index.rb,
lib/mutant/mutator/node/send/binary.rb,
lib/mutant/mutator/node/send/attribute_assignment.rb
Overview
Namespace for send mutators
Direct Known Subclasses
Defined Under Namespace
Classes: AttributeAssignment, Binary, Index
Constant Summary collapse
- SELECTOR_REPLACEMENTS =
IceNine.deep_freeze( send: [:public_send], gsub: [:sub], eql?: [:equal?], :== => [:eql?, :equal?] )
- INDEX_REFERENCE =
:[]- INDEX_ASSIGN =
:[]=- ASSIGN_SUFFIX =
'='.freeze
Constants included from NodeHelpers
NodeHelpers::INFINITY, NodeHelpers::NAN, NodeHelpers::NEGATIVE_INFINITY, NodeHelpers::NEW_OBJECT, NodeHelpers::N_EMPTY, NodeHelpers::N_FALSE, NodeHelpers::N_NIL, NodeHelpers::N_TRUE, NodeHelpers::RAISE