Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/core_ext/nil_class.rb
Instance Method Summary collapse
-
#sluggify ⇒ Object
The slug for nil is, indeed, an empty string.
Instance Method Details
#sluggify ⇒ Object
The slug for nil is, indeed, an empty string
4 5 6 |
# File 'lib/core_ext/nil_class.rb', line 4 def sluggify '' end |