class Padrino::Helpers::OutputHelpers::SlimHandler


Handler for Slim templates.
#

def engine_matches?(block)


Returns true if the block is for Slim.
#
def engine_matches?(block)
  block.binding.eval('defined? __in_slim_template')
end