Class: Evilution::Mutation::Slice
- Inherits:
-
Data
- Object
- Data
- Evilution::Mutation::Slice
- Defined in:
- lib/evilution/mutation.rb
Instance Attribute Summary collapse
-
#mutated ⇒ Object
readonly
Returns the value of attribute mutated.
-
#original ⇒ Object
readonly
Returns the value of attribute original.
Instance Attribute Details
#mutated ⇒ Object (readonly)
Returns the value of attribute mutated
8 9 10 |
# File 'lib/evilution/mutation.rb', line 8 def mutated @mutated end |
#original ⇒ Object (readonly)
Returns the value of attribute original
8 9 10 |
# File 'lib/evilution/mutation.rb', line 8 def original @original end |