Class: Glaemscribe::API::DowncasePreProcessorOperator

Inherits:
PreProcessorOperator show all
Defined in:
lib/api/pre_processor/downcase.rb

Instance Attribute Summary

Attributes inherited from PrePostProcessorOperator

#finalized_glaeml_element, #glaeml_element

Instance Method Summary collapse

Methods inherited from PrePostProcessorOperator

#eval_arg, #finalize, #finalize_glaeml_element, #initialize

Constructor Details

This class inherits a constructor from Glaemscribe::API::PrePostProcessorOperator

Instance Method Details

#apply(l) ⇒ Object



27
28
29
# File 'lib/api/pre_processor/downcase.rb', line 27

def apply(l)
  UnicodeUtils.downcase(l)
end