Class: String

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

Direct Known Subclasses

SimpleSlugs::Slug

Instance Method Summary collapse

Instance Method Details

#to_slugObject



10
11
12
# File 'lib/simple_slugs.rb', line 10

def to_slug
  SimpleSlugs::Slug.new(self)
end