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