# File lib/haml/util.rb, line 325
    def contains_interpolation?(str)
      str.include?('#{')
    end