# File lib/haml/helpers.rb, line 320
    def succeed(str, &block)
      "#{capture_haml(&block).chomp}#{str}\n"
    end