module Haml::Util

def contains_interpolation?(str)

def contains_interpolation?(str)
  /#[\{$@]/ === str
end