Module: Polytrix::StringHelpers

Includes:
ClassMethods
Included in:
Challenge, Core::FileSystemHelper
Defined in:
lib/polytrix/core/string_helpers.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from ClassMethods

#slugify

Class Method Details

.included(base) ⇒ Object



9
10
11
# File 'lib/polytrix/core/string_helpers.rb', line 9

def self.included(base)
  base.extend(ClassMethods)
end