Class: Evilution::Mutation::Slice Private

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#mutatedObject (readonly)

Returns the value of attribute mutated

Returns:

  • (Object)

    the current value of mutated



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

def mutated
  @mutated
end

#originalObject (readonly)

Returns the value of attribute original

Returns:

  • (Object)

    the current value of original



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

def original
  @original
end