Module: LittleWeasel::Preprocessors::WordPreprocessable

Included in:
WordPreprocessorManagable
Defined in:
lib/LittleWeasel/preprocessors/word_preprocessable.rb

Overview

This module provides the word_preprocessors attribute for objects that support word preprocessors.

Instance Attribute Summary collapse

Instance Attribute Details

#word_preprocessorsObject

Returns the value of attribute word_preprocessors.



12
13
14
# File 'lib/LittleWeasel/preprocessors/word_preprocessable.rb', line 12

def word_preprocessors
  @word_preprocessors
end