Class: Evilution::Mutation::Sources

Inherits:
Data
  • Object
show all
Defined in:
lib/evilution/mutation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mutatedObject (readonly)

Returns the value of attribute mutated

Returns:

  • (Object)

    the current value of mutated



7
8
9
# File 'lib/evilution/mutation.rb', line 7

def mutated
  @mutated
end

#originalObject (readonly)

Returns the value of attribute original

Returns:

  • (Object)

    the current value of original



7
8
9
# File 'lib/evilution/mutation.rb', line 7

def original
  @original
end