Method: Mutant::Mutation#code

Defined in:
lib/mutant/mutation.rb

#codeString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Mutation code

Returns:

  • (String)


23
24
25
# File 'lib/mutant/mutation.rb', line 23

def code
  sha1[CODE_RANGE]
end