# File lib/haml/helpers.rb, line 282 def surround(front, back = front, &block) output = capture_haml(&block) "#{front}#{output.chomp}#{back}\n" end