AbstractHandler
Handler for Haml templates.
Returns true if the block is for Hamlit.
# File lib/padrino-helpers/output_helpers/haml_handler.rb, line 33 def engine_matches?(block) block.binding.eval('defined? __in_hamlit_template') end