module Haml::Precompiler

def contains_interpolation?(str)

def contains_interpolation?(str)
  str.include?('#{')
end