Method: Mutant::Transform#slug
- Defined in:
- lib/mutant/transform.rb
#slug ⇒ String
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
10 11 12 |
# File 'lib/mutant/transform.rb', line 10 def slug self.class.to_s end |