Class: String
Constant Summary
Constants included from Slugity
Instance Method Summary collapse
-
#to_slug(key = :default) ⇒ String
call slugity on self.
Methods included from Slugity
Instance Method Details
#to_slug(key = :default) ⇒ String
call slugity on self
9 10 11 |
# File 'lib/slugity/extend_string.rb', line 9 def to_slug key=:default slugity self, key end |