Class: Exercism::Processors::IterMutationProcessor::Mutator

Inherits:
Struct
  • Object
show all
Defined in:
lib/exercism-analysis/processors/iter_mutation_processor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition


7
8
9
# File 'lib/exercism-analysis/processors/iter_mutation_processor.rb', line 7

def condition
  @condition
end

#expObject

Returns the value of attribute exp

Returns:

  • (Object)

    the current value of exp


7
8
9
# File 'lib/exercism-analysis/processors/iter_mutation_processor.rb', line 7

def exp
  @exp
end