Module: Machined::Helpers::OutputHelpers

Extended by:
ActiveSupport::Memoizable
Included in:
Context
Defined in:
lib/machined/helpers/output_helpers.rb

Constant Summary collapse

CAPTURE_ENGINES =

A hash of Tilt templates that support capture blocks where the key is the name of the template.

{
  "Tilt::HamlTemplate"   => :haml,
  "Tilt::ERBTemplate"    => :erb,
  "Tilt::ErubisTemplate" => :erubis,
  "Slim::Template"       => :slim
}