Class: Operator::MutationSimplify::Subtree
- Inherits:
-
Struct
- Object
- Struct
- Operator::MutationSimplify::Subtree
- Defined in:
- ../lib/mutation_simplify.rb
Instance Attribute Summary (collapse)
-
- (Object) dir
Returns the value of attribute dir.
-
- (Object) parent_arg
Returns the value of attribute parent_arg.
Instance Attribute Details
- (Object) dir
Returns the value of attribute dir
40 41 42 |
# File '../lib/mutation_simplify.rb', line 40 def dir @dir end |
- (Object) parent_arg
Returns the value of attribute parent_arg
40 41 42 |
# File '../lib/mutation_simplify.rb', line 40 def parent_arg @parent_arg end |