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.