Class: Glaemscribe::API::ReversePostProcessorOperator
- Inherits:
-
PostProcessorOperator
- Object
- PrePostProcessorOperator
- PostProcessorOperator
- Glaemscribe::API::ReversePostProcessorOperator
- Defined in:
- lib/api/post_processor/reverse.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(tokens, charset) ⇒ Object
27 28 29 |
# File 'lib/api/post_processor/reverse.rb', line 27 def apply(tokens,charset) tokens.reverse end |