Class: Glaemscribe::API::ReversePostProcessorOperator

Inherits:
PostProcessorOperator show all
Defined in:
lib/api/post_processor/reverse.rb

Instance Attribute Summary

Attributes inherited from PrePostProcessorOperator

#args

Instance Method Summary collapse

Methods inherited from PrePostProcessorOperator

#eval_arg, #finalize, #initialize

Constructor Details

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

Instance Method Details

#apply(l) ⇒ Object



28
29
30
# File 'lib/api/post_processor/reverse.rb', line 28

def apply(l)
  l.reverse
end