Fluentd provides plugin helpers to encapsulate and make commonly implemented features available such as timer, threading, formatting, parsing, ensuring configuration syntax's backward compatibility, etc.
How To Use
To use plugin helpers, call helpers(*snake_case_symbols) method to make them available.
Example:
helpers :timer,:storage,:compat_parameters
It will include Timer, Storage. and CompatParameters plugin helpers.