Method: Mutant::Transform::Named#slug

Defined in:
lib/mutant/transform.rb

#slugString

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.

Named slug

Returns:

  • (String)


71
72
73
# File 'lib/mutant/transform.rb', line 71

def slug
  name
end