Method: Mutant::Transform#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.

Default slug

Returns:

  • (String)


10
11
12
# File 'lib/mutant/transform.rb', line 10

def slug
  self.class.to_s
end