class Padrino::Helpers::OutputHelpers::HamlHandler

def capture_from_template(*args, &block)


Captures the html from a block of template code for this handler.
#
def capture_from_template(*args, &block)
  engine_matches?(block) ? template.capture_haml(*args, &block) : yield(*args)
end