Class Haml::Plugin
In: lib/haml/template/plugin.rb
Parent: Haml::Util.av_template_class(:Handlers)::ERB.superclass

In Rails 3.1+, template handlers don‘t inherit from anything. In <= 3.0, they do. To avoid messy logic figuring this out, we just inherit from whatever the ERB handler does.

Methods

Included Modules

Haml::Util

Public Class methods

In Rails 3.1+, call takes the place of compile

Public Instance methods

[Validate]