module JekyllSlugify

An extension to Ruby's String class that adds Jekyll-style `slugify` method.

An extension to Ruby's String class that adds Jekyll-style `slugify` method.

Public Class Methods

version() click to toggle source

Returns the Gem's current version.

@return [String] The Gem's current version.

# File lib/jekyll_slugify/version.rb, line 11
def self.version
  @version
end