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