Class: Mutant::Mutator::Node::Argument::Optional Private

Inherits:
Mutant::Mutator::Node::Argument show all
Defined in:
lib/mutant/mutator/node/argument.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 optional arguments

Constant Summary collapse

TYPE_MAP =

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.

IceNine.deep_freeze(
  optarg:   :arg,
  kwoptarg: :kwarg
)

Constants inherited from Mutant::Mutator::Node::Argument

UNDERSCORE

Constants inherited from Mutant::Mutator::Node

TAUTOLOGY

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

Constants inherited from Mutant::Mutator

REGISTRY

Instance Attribute Summary

Attributes inherited from Mutant::Mutator

#output

Method Summary

Methods included from AST::NamedChildren

included

Methods inherited from Mutant::Mutator

mutate