AbstractHandler
Handler for Slim templates.
Returns true if the block is for Slim.
# File lib/padrino-helpers/output_helpers/slim_handler.rb, line 11 def engine_matches?(block) block.binding.eval('defined? __in_slim_template') end