Module: Slugity
- Included in:
- String
- Defined in:
- lib/slugity.rb,
lib/slugity/convert.rb,
lib/slugity/version.rb,
lib/slugity/matchers.rb,
lib/slugity/utilities.rb,
lib/slugity/matchers/default.rb
Defined Under Namespace
Modules: Convert, Matchers, Util
Constant Summary collapse
- VERSION =
'1.1.0'
Instance Method Summary collapse
-
#slugity(string, matcher = :default) ⇒ String
Converts the given string into a slug.
-
#stringity(string, matcher = :default) ⇒ String
Converts the given string with the provided matcher.