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