Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/spodunk.rb
Instance Method Summary collapse
Instance Method Details
#slugify ⇒ Object
13 14 15 |
# File 'lib/spodunk.rb', line 13 def slugify self.underscore.parameterize.underscore end |