Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/core_ext/nil_class.rb

Instance Method Summary collapse

Instance Method Details

#sluggifyObject

The slug for nil is, indeed, an empty string



4
5
6
# File 'lib/core_ext/nil_class.rb', line 4

def sluggify
  ''
end