class Tilt::ErubiTemplate

Erubi (a simplified version of Erubis) template implementation. See github.com/jeremyevans/erubi

ErubiTemplate supports the following additional options, in addition to the options supported by the Erubi engine:

:engine_class

allows you to specify a custom engine class to use instead of the default (which is ::Erubi::Engine).