Class: Mutant::Mutator::Node::Literal::Regex

Inherits:
Mutant::Mutator::Node::Literal show all
Defined in:
lib/mutant/mutator/node/literal/regex.rb

Overview

Mutator for regexp literals

Constant Summary collapse

NULL_REGEXP_SOURCE =

No input can ever be matched with this

'a\A'.freeze

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

Instance Attribute Summary

Attributes inherited from Mutant::Mutator

#input, #parent

Method Summary

Methods inherited from Mutant::Mutator::Node

define_named_child

Methods included from AST::NamedChildren

included

Methods inherited from Mutant::Mutator

each